# install deb pkg cd .. && sudo dpkg -i shadowsocks-libev*.deb
edit config file
1 2 3 4 5 6 7 8 9 10 11 12 13
vim /etc/shadowsocks-libev/config.json { "server":["::1", "127.0.0.1"], # internal IP "mode":"tcp_and_udp", "server_port":8388, # need enable this port's ingress in firewall "local_port":1080, "password":"password", "timeout":86400, "method":"aes-256-cfb" }
# restart service sudo systemctl restart shadowsocks-libev