2014年3月20日 星期四

Linux run program using proxy

# apt-get install proxychains
# vi /etc/proxychains.conf
or
$ vi /home/user/.proxychains/proxychains.conf
socks5 127.0.0.1 1234
$ proxychains curl icanhazip.com


可搭配 ssh tunnel
$ ssh -D 8080 user@myhost.com




References :
How to run apt-get (wget, whois, etc.) via SOCKS Proxy using Proxychains | SwitchRoot.com

沒有留言:

張貼留言