Skip to content

Commit 720996b

Browse files
committed
Update the sample proxy list
1 parent 730a972 commit 720996b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

seleniumbase/config/proxy_list.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@
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://bit.ly/36GtZa1
1819
* https://www.us-proxy.org/
1920
* https://hidemy.name/en/proxy-list/
21+
* http://free-proxy.cz/en/proxylist/country/all/https/ping/all
2022
"""
2123

2224
PROXY_LIST = {
23-
"example1": "134.209.128.61:3128", # (Example) - set your own proxy here
24-
"example2": "165.227.83.185:3128", # (Example) - set your own proxy here
25+
"example1": "152.26.66.140:3128", # (Example) - set your own proxy here
26+
"example2": "64.235.204.107:8080", # (Example) - set your own proxy here
2527
"example3": "82.200.233.4:3128", # (Example) - set your own proxy here
2628
"proxy1": None,
2729
"proxy2": None,

0 commit comments

Comments
 (0)