ubuntu linux下使用shadowsocks
At first,I use my pool ENglish write this.you know the reseason.
If you are using ubuntu 16.04 LTS,you can:
1.apt install shadowsocks.
2.touch a file which save the config information.
example:
{
“server”:”45.32.33.61″,
“server_port”:1080,
“local_port”:1080,
“password”:”****”,
“timeout”:600,
“method”:”aes-256-cfb”
}
3.run sslocal -c /your config file path/filename
now the client is running.firefox can use foxyproxy.