initial commit

This commit is contained in:
mickael
2019-01-03 16:36:31 +00:00
commit 3fb2dc40a6
12 changed files with 1792 additions and 0 deletions

23
config.ini Normal file
View 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