Update proxy examples

This commit is contained in:
Michael Mintz 2020-01-17 00:17:18 -05:00
parent 858d6c39f4
commit e08946b131
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,9 @@ you can try finding one from one of following sites:
"""
PROXY_LIST = {
"example1": "104.236.248.219:3128", # (Example) - set your own proxy here
"example2": "52.187.121.7:3128", # (Example) - set your own proxy here
"example1": "52.187.121.7:3128", # (Example) - set your own proxy here
"example2": "193.32.6.6:8080", # (Example) - set your own proxy here
"example3": "185.204.208.78:8080", # (Example) - set your own proxy here
"proxy1": None,
"proxy2": None,
"proxy3": None,