Updated Convert Shadowsocks into an HTTP proxy (markdown)

clowwindy 2013-08-04 09:22:01 -07:00
parent 85c6f047b6
commit 497ccc2d32

@ -11,6 +11,10 @@ Then you can play with the HTTP proxy:
```bash
http_proxy=http://localhost:8123 apt-get update
http_proxy=http://localhost:8123 curl www.google.com
http_proxy=http://localhost:8123 wget www.google.com
git config --global http.proxy 127.0.0.1:8123
git clone https://github.com/xxx/xxx.git
git xxx