Skip to content

Commit b56b312

Browse files
committed
Update the proxy list
1 parent f260197 commit b56b312

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

seleniumbase/config/proxy_list.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@
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://hidemy.name/en/proxy-list/
1920
"""
2021

2122
PROXY_LIST = {
22-
"example1": "72.35.40.34:8080", # (Example) - set your own proxy here
23+
"example1": "142.93.130.169:8118", # (Example) - set your own proxy here
24+
"example2": "51.91.212.159:3128", # (Example) - set your own proxy here
25+
"example3": "109.74.142.138:53281", # (Example) - set your own proxy here
26+
"example4": "91.207.60.241:1282", # (Example) - set your own proxy here
2327
"proxy1": None,
2428
"proxy2": None,
2529
"proxy3": None,

0 commit comments

Comments
 (0)