From 2bc95d90db15160f9c4869c03f9dadb6cd8d56fa Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Thu, 4 Apr 2019 02:42:40 -0400 Subject: [PATCH] Add another proxy server example string --- seleniumbase/config/proxy_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/seleniumbase/config/proxy_list.py b/seleniumbase/config/proxy_list.py index 3698c706..5274c031 100755 --- a/seleniumbase/config/proxy_list.py +++ b/seleniumbase/config/proxy_list.py @@ -20,6 +20,7 @@ you can try finding one from one of following sites: PROXY_LIST = { "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, "proxy2": None, "proxy3": None,