8 lines
228 B
Bash
8 lines
228 B
Bash
#!/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 |