SS Configuration
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
.
作者:hsfzxjy
链接:
许可:CC BY-NC-ND 4.0.
著作权归作者所有。本文不允许被用作商业用途,非商业转载请注明出处。
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.