SS Client
$ [sudo] pip3 install shadowsocks
/etc/ss.json
:
{ "server": "<server ip>", "server_port": "<server port>", // must be Number "password": "<password>", "local_address": "127.0.0.1", "local_port": 1081, "timeout": 300, "method": "aes-256-cfb", "fast_open": false}
$ [sudo] sslocal -c /etc/ss.json -d start
proxychains
clone repository from https://github.com/rofl0r/proxychains-ng
, make && sudo make install
.
Append following lines to /etc/proxychains.conf
:
[ProxyList]# add proxy here ...# meanwile# defaults set to "tor"socks5 127.0.0.1 1081
Usage: proxychains [command]
.
Chrome Addons
SwitchyOmega
.
OOPS!
A comment box should be right here...But it was gone due to network issues :-(If you want to leave comments, make sure you have access to disqus.com.