diff --git a/seleniumbase/config/proxy_list.py b/seleniumbase/config/proxy_list.py index e4655921..0fc58945 100755 --- a/seleniumbase/config/proxy_list.py +++ b/seleniumbase/config/proxy_list.py @@ -23,7 +23,7 @@ you can try finding one from one of following sites: """ PROXY_LIST = { - "example1": "170.39.193.236:3128", # (Example) - set your own proxy here + "example1": "151.181.91.10:80", # (Example) - set your own proxy here "example2": "socks4://50.197.210.138:32100", # (Example) "proxy1": None, "proxy2": None,