Skip to content

Commit e2243e2

Browse files
committed
Refresh proxy_list with new proxies
1 parent 24c6bf4 commit e2243e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

seleniumbase/config/proxy_list.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"""
2020

2121
PROXY_LIST = {
22-
"example1": "67.205.172.239:3128", # (Example) - set your own proxy here
22+
"example1": "66.7.113.39:3128", # (Example) - set your own proxy here
23+
"example2": "35.224.31.171:8080", # (Example) - set your own proxy here
24+
"example3": "104.236.248.219:3128", # (Example) - set your own proxy here
2325
"proxy1": None,
2426
"proxy2": None,
2527
"proxy3": None,

0 commit comments

Comments
 (0)