Created
March 4, 2020 04:03
-
-
Save workze/17718ac1a0d43178ce79cc979936d452 to your computer and use it in GitHub Desktop.
http proxy 代理
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d -p 3128:3128 minimum2scp/squid | |
export http_proxy=http://127.0.0.1:3128 | |
curl http://example.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment