update,
This commit is contained in:
8
hk1234566/python_networking/new/test_proxy.sh
Normal file
8
hk1234566/python_networking/new/test_proxy.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
curl http://neverssl.com:80 --proxy 127.0.0.1:8000
|
||||
# curl http://neverssl.com --proxy 127.0.0.1:8000
|
||||
# curl http://neverssl.com:8080 --proxy 127.0.0.1:8000
|
||||
# curl neverssl.com --proxy 127.0.0.1:8000
|
Reference in New Issue
Block a user