For managing web proxies across different projects/processes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
proxies = [
|
|
"127.0.0.1:80",
|
|
"user:password@randomweb.proxy:1234",
|
|
"1.2.3.4:3128"
|
|
]
|
|
|
|
[websites]
|
|
|
|
[websites.facebook]
|
|
delay = 5 # number of seconds between requests, per proxy
|
|
blacklist_minutes = 15 # how many minutes to wait if the proxy gets blacklisted, before we allow it to be served again
|
|
|
|
[websites.google]
|
|
delay = 0 # no delay
|
|
blacklist_minutes = 0
|