Files
apiasuterm/proxy.py
danamir fab8c223bf bugfix
2020-12-04 13:09:55 +03:00

10 lines
253 B
Python

http_proxy = "http://10.10.10.3:3128"
https_proxy = "https://10.10.10.3:3128"
ftp_proxy = "ftp://10.10.10.3:3128"
proxyDict = {
"http" : http_proxy,
"https" : https_proxy,
"ftp" : ftp_proxy
}