blob: 26385acb590c0d66393dff07aa2d6515ff165bdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[server]
host = 0.0.0.0
port = 8000
[proxy]
# Single proxy (comment out to use list_file instead)
#proxy = "socks5://127.0.0.1:9050"
# Or use a proxy list file (one proxy per line)
#list_file = proxies.txt
#max_retries = 3
# Randomize proxy credentials for each request
#randomize_username = true
#randomize_password = true
|