From e31c813985b8f076bcab597755b84d88eb9076ff Mon Sep 17 00:00:00 2001 From: clowwindy Date: Wed, 4 Mar 2015 14:20:59 +0800 Subject: [PATCH] Updated Using Shadowsocks with Command Line Tools (markdown) --- Using-Shadowsocks-with-Command-Line-Tools.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Using-Shadowsocks-with-Command-Line-Tools.md b/Using-Shadowsocks-with-Command-Line-Tools.md index aaad514..a76b869 100644 --- a/Using-Shadowsocks-with-Command-Line-Tools.md +++ b/Using-Shadowsocks-with-Command-Line-Tools.md @@ -24,14 +24,15 @@ Make a config file at `~/.proxychains/proxychains.conf` with content: socks5 127.0.0.1 1080 -Then run command with proxychains. +Then run command with proxychains. Examples: proxychains4 curl https://www.twitter.com/ proxychains4 git push origin master -Or +Or just proxify bash: proxychains4 bash curl https://www.twitter.com/ + git push origin master [1]: http://proxychains.sourceforge.net/ \ No newline at end of file