Files
ppf/config.ini.sample
rofl0r ef9158015f proxywatchd: make checktime constants configurable
this requires only saving the last checked time in `tested`.
you can run the following sql statement to update the existing values
in the database:
sqlite3 proxylist.sqlite \
"update proxylist set tested=tested-(1800+(failed*3600)) where failed < 6"
2019-01-11 00:25:01 +00:00

22 lines
298 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
checktime = 3600
perfail_checktime = 3600
[ppf]
search = true
timeout = 30
http_retries = 1
checktime = 3600
perfail_checktime = 3600