initial commit
This commit is contained in:
23
config.ini
Normal file
23
config.ini
Normal file
@@ -0,0 +1,23 @@
|
||||
[global]
|
||||
tor_host = 127.0.0.1:9050
|
||||
i2p_host = 127.0.0.1:4444
|
||||
common_proxy_ports = 80, 1080, 3124, 3128, 4145, 4444, 8080, 8081, 8118, 8888, 9999
|
||||
proxylist_reload_every = 180
|
||||
database = proxylist.sqlite
|
||||
proxy_max_fail = 5
|
||||
|
||||
[watcherd]
|
||||
enabled = true
|
||||
proxy_file = false
|
||||
checktime = 1800
|
||||
threads = 10
|
||||
timeout = 15
|
||||
read_timeout = 20
|
||||
max_fail = 5
|
||||
|
||||
[proxyfind]
|
||||
enabled = true
|
||||
search = true
|
||||
maxfail = 10
|
||||
timeout = 30
|
||||
threads = 3
|
||||
Reference in New Issue
Block a user