proxy-loadbalancer/proxy-skeleton/app/config.py.example

17 lines
268 B
Plaintext
Raw Normal View History

2024-01-14 14:35:42 -07:00
IP_CHECKER = 'http://[your IP or domain name]:5000'
MAX_PROXY_CHECKERS = 50
SMARTPROXY_USER = 'example'
SMARTPROXY_PASS = 'password'
PROXY_POOL = [
"127.0.0.1:3128",
"[other server]:3128",
]
SMARTPROXY_POOL = [
# "dc.smartproxy.com:10001",
# ...
]