diff --git a/Convert-Shadowsocks-into-an-HTTP-proxy.md b/Convert-Shadowsocks-into-an-HTTP-proxy.md index 5642ff1..1334fd2 100644 --- a/Convert-Shadowsocks-into-an-HTTP-proxy.md +++ b/Convert-Shadowsocks-into-an-HTTP-proxy.md @@ -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