add sample config file
This commit is contained in:
20
config.ini.sample
Normal file
20
config.ini.sample
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
[global]
|
||||||
|
tor_host = 127.0.0.1:9050
|
||||||
|
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