From 497ccc2d3234b3f2091bd1aff6a4ac9b2bee4f38 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 4 Aug 2013 09:22:01 -0700 Subject: [PATCH] Updated Convert Shadowsocks into an HTTP proxy (markdown) --- Convert-Shadowsocks-into-an-HTTP-proxy.md | 4 ++++ 1 file changed, 4 insertions(+) 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