Files
ppf/config.ini.sample
rofl0r f16f754b0e implement combo config parser
allows all options to be overridden by command line.

e.g.
[watchd]
threads=10
debug=false

--watch.threads=50 --debug=true
2019-01-08 02:17:10 +00:00

19 lines
239 B
Plaintext

[common]
tor_hosts = 127.0.0.1:9050
database = proxylist.sqlite
[watchd]
max_fail = 5
threads = 10
timeout = 15
submit_after = 200
use_ssl = false
debug = false
[ppf]
search = true
timeout = 30
checktime = 3600
perfail_checktime = 3600