Configure shadowsocks in ubuntu
Although the official document is clearly written, I have been exploring it for a while (this article is very clear) https://wiki.archlinux.org/index.php/Shadowsocks_ (% E7 % AE % 80% E4 % BD % 93% E4 % B8 % AD % E6 % 96% 87) shadowsocks is a socks5 Proxy written in python. Record your own setup process (common users do not need to configure the server, most of the tutorials on the Internet are about configuring the server) 1. install shadowsocks apt-get install python-pippip install shadowsocks2. write the configuration file 1> Create the configuration file sudo vim/etc/shadowsocks under/etc. json2> compile the configuration file (the parameters are clearly indicated in the wiki)
{ "server":"server_address", "server_port":server_port, "local_port":1080, "local_address":"127.0.0.1", "password":"your password", "timeout":600, "method":"aes-256-cfb"}
Https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File 3. run shadowsocks. json. Generally, you do not need to set up sudo sslocal-c/etc/shadowsocks on the server. json-d startsudo sslocal-c/etc/shadowsocks. json-d stop4. when using a browser to access the Internet, chrome needs to download Proxy SwitchySharp plug-in http://www.switchysharp.com/install.html new scene mode manual configuration select socks5 Proxy fill 127.0.0.1 Port: 1080 after saving and enabling it, you can use the socks5 Proxy FQ.