-
Notifications
You must be signed in to change notification settings - Fork 77
/
3102.conf
35 lines (25 loc) · 854 Bytes
/
3102.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[Base]
# Specify the plugins
# plugins_specific = domain2ip domain2root icp dnszonetransfer ip2domain subdomain subdomain_brute
# Max level to get domain/ip/rootdomain (DEFAULT: 4)
# max_level = 4
# Request timeout (DEFAULT: 10)
# timeout = 10
# The format to output result, default list: txt/yaml/json/csv/html (DEFAULT: csv)
# output_format = csv
# File to ouput result
# output_file =
# Check alive and accessible status of domain (DEFAULT: False)
# alive_check = False
# https://github.com/fooying/3102/issues/49 设置pool_size 以避免默认值500过高,内存不足情况
# pool_size = 500
[Log]
# Log file
# log_file =
# Log level of output to file
# log_level = 1
[Proxy]
# Proxy file, one line one proxy, each line format: schem,proxy url, eg:http,http://1.1.1.1:123
# proxy_file =
# If verify the proxy list
# verify_proxy = False