Skip to content

Commit b51e6c0

Browse files
committed
Update proxy_list with a working example
1 parent e5d594b commit b51e6c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

seleniumbase/config/proxy_list.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
If you don't already have a proxy server to connect to,
1717
you can try finding one from one of following sites:
1818
* https://www.us-proxy.org/
19-
* https://proxyservers.pro/proxy/list/protocol/http/country/US/
2019
"""
2120

2221
PROXY_LIST = {
23-
"example1": "104.248.161.173:8080", # (Example) - set your own proxy here
22+
"example1": "40.114.109.214:3128", # (Example) - set your own proxy here
2423
"proxy1": None,
2524
"proxy2": None,
2625
"proxy3": None,

0 commit comments

Comments
 (0)