File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 88"pytest SOME_TEST.py --proxy=proxy1"
99
1010Format of PROXY_LIST server entries:
11- * "ip_address:port" OR
12- * "server:port"
11+ * "ip_address:port" OR "username:password@ip_address:port"
12+ * "server:port" OR "username:password@server:port"
1313(Do NOT include the http:// or https:// in your proxy string!)
1414
1515Example proxies in PROXY_LIST below are not guaranteed to be active or secure.
1616If you don't already have a proxy server to connect to,
1717you can try finding one from one of following sites:
1818* https://www.proxynova.com/proxy-server-list/country-us/
1919* https://www.us-proxy.org/
20- * https://hidemy.name/en/proxy-list/?country=US&type=h#list
21- * http://proxyservers.pro/proxy/list/protocol/http/country/US/
20+ * https://proxyservers.pro/proxy/list/protocol/http/country/US/
2221"""
2322
2423PROXY_LIST = {
25- "example1" : "192.241.132.219:80 " , # (Example) - set your own proxy here
24+ "example1" : "104.198.68.109:3128 " , # (Example) - set your own proxy here
2625 "proxy1" : None ,
2726 "proxy2" : None ,
2827 "proxy3" : None ,
You can’t perform that action at this time.
0 commit comments