Skip to content

Commit ed0b1be

Browse files
committed
Update proxy list
1 parent cb5c372 commit ed0b1be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/config/proxy_list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
Example proxies in PROXY_LIST below are not guaranteed to be active or secure.
1616
If you don't already have a proxy server to connect to,
1717
you can try finding one from one of following sites:
18-
* https://www.proxynova.com/proxy-server-list/country-us/
1918
* https://www.us-proxy.org/
2019
* https://proxyservers.pro/proxy/list/protocol/http/country/US/
2120
"""
2221

2322
PROXY_LIST = {
24-
"example1": "104.198.68.109:3128", # (Example) - set your own proxy here
23+
"example1": "54.39.97.250:3128", # (Example) - set your own proxy here
24+
"example2": "18.191.175.174:8080", # (Example) - set your own proxy here
2525
"proxy1": None,
2626
"proxy2": None,
2727
"proxy3": None,

0 commit comments

Comments
 (0)