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 8
8
"pytest SOME_TEST.py --proxy=proxy1"
9
9
10
10
Format 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"
13
13
(Do NOT include the http:// or https:// in your proxy string!)
14
14
15
15
Example proxies in PROXY_LIST below are not guaranteed to be active or secure.
16
16
If you don't already have a proxy server to connect to,
17
17
you can try finding one from one of following sites:
18
18
* https://www.proxynova.com/proxy-server-list/country-us/
19
19
* 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/
22
21
"""
23
22
24
23
PROXY_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
26
25
"proxy1" : None ,
27
26
"proxy2" : None ,
28
27
"proxy3" : None ,
You can’t perform that action at this time.
0 commit comments