Add another proxy server example string
This commit is contained in:
parent
2440d305d6
commit
2bc95d90db
|
@ -20,6 +20,7 @@ you can try finding one from one of following sites:
|
||||||
|
|
||||||
PROXY_LIST = {
|
PROXY_LIST = {
|
||||||
"example1": "159.122.164.163:8080", # (Example) - set your own proxy here
|
"example1": "159.122.164.163:8080", # (Example) - set your own proxy here
|
||||||
|
"example2": "158.69.138.8:1080", # (Example) - set your own proxy here
|
||||||
"proxy1": None,
|
"proxy1": None,
|
||||||
"proxy2": None,
|
"proxy2": None,
|
||||||
"proxy3": None,
|
"proxy3": None,
|
||||||
|
|
Loading…
Reference in New Issue