This commit is contained in:
alex danamir
2020-12-28 00:41:06 +03:00
parent b40fd5ee4a
commit 6d4e32db0b
3 changed files with 38 additions and 14 deletions

View File

@@ -4,6 +4,6 @@ ftp_proxy = "ftp://10.10.10.3:3128"
proxyDict = {
"http" : http_proxy,
"https" : https_proxy,
"https" : https_proxy,
"ftp" : ftp_proxy
}