Skip to content

Instantly share code, notes, and snippets.

@workze
Created March 4, 2020 04:03
Show Gist options
  • Save workze/17718ac1a0d43178ce79cc979936d452 to your computer and use it in GitHub Desktop.
Save workze/17718ac1a0d43178ce79cc979936d452 to your computer and use it in GitHub Desktop.
http proxy 代理
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