Skip to content

Commit b585932

Browse files
committed
Update the example proxy list
1 parent 28df69c commit b585932

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

seleniumbase/config/proxy_list.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
"""
2020

2121
PROXY_LIST = {
22-
"example1": "66.7.113.39:3128", # (Example) - set your own proxy here
23-
"example2": "104.236.248.219:3128", # (Example) - set your own proxy here
22+
"example1": "104.236.248.219:3128", # (Example) - set your own proxy here
23+
"example2": "165.227.102.37:3128", # (Example) - set your own proxy here
24+
"example3": "23.244.28.27:3128", # (Example) - set your own proxy here
2425
"proxy1": None,
2526
"proxy2": None,
2627
"proxy3": None,

0 commit comments

Comments
 (0)