- README: update feature list - ROADMAP: add completed features, update priorities - TODO: mark completed tasks, add new items - config.ini.sample: update example values - http2: minor cleanup
36 lines
485 B
Plaintext
36 lines
485 B
Plaintext
[common]
|
|
tor_hosts = 127.0.0.1:9050
|
|
|
|
[watchd]
|
|
max_fail = 5
|
|
threads = 10
|
|
min_threads = 5
|
|
timeout = 9
|
|
submit_after = 200
|
|
use_ssl = 0
|
|
debug = 0
|
|
checktime = 1200
|
|
perfail_checktime = 300
|
|
database = proxies.sqlite
|
|
outage_threshold = 4
|
|
tor_safeguard = 0
|
|
|
|
[ppf]
|
|
max_fail = 5
|
|
search = 1
|
|
timeout = 30
|
|
http_retries = 1
|
|
checktime = 3600
|
|
perfail_checktime = 16000
|
|
database = websites.sqlite
|
|
threads = 3
|
|
tor_safeguard = 0
|
|
|
|
[scraper]
|
|
enabled = 1
|
|
|
|
[httpd]
|
|
listenip = 127.0.0.1
|
|
port = 8081
|
|
enabled = 0
|