Updated Using Shadowsocks with Command Line Tools (markdown)
parent
101ea4d5eb
commit
e31c813985
1 changed files with 3 additions and 2 deletions
|
@ -24,14 +24,15 @@ Make a config file at `~/.proxychains/proxychains.conf` with content:
|
||||||
socks5 127.0.0.1 1080
|
socks5 127.0.0.1 1080
|
||||||
|
|
||||||
|
|
||||||
Then run command with proxychains.
|
Then run command with proxychains. Examples:
|
||||||
|
|
||||||
proxychains4 curl https://www.twitter.com/
|
proxychains4 curl https://www.twitter.com/
|
||||||
proxychains4 git push origin master
|
proxychains4 git push origin master
|
||||||
|
|
||||||
Or
|
Or just proxify bash:
|
||||||
|
|
||||||
proxychains4 bash
|
proxychains4 bash
|
||||||
curl https://www.twitter.com/
|
curl https://www.twitter.com/
|
||||||
|
git push origin master
|
||||||
|
|
||||||
[1]: http://proxychains.sourceforge.net/
|
[1]: http://proxychains.sourceforge.net/
|
Loading…
Add table
Add a link
Reference in a new issue