===== Shadowsocks-libev===== Install SS with obfs sudo sh -c 'printf "deb http://deb.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/stretch-backports.list' sudo apt update sudo apt -t stretch-backports install shadowsocks-libev simple-obfs Mofify Config file: vi /etc/shadowsocks-libev/config.json Replace the placeholders { "server":["0.0.0.0"], "mode":"tcp_and_udp", "server_port":, "local_port":1080, "password":"", "timeout":60, "method":"chacha20-ietf-poly1305", "fast_open":true, "plugin":"obfs-server", "plugin_opts":"obfs=http;t=60;fast-open", "nameserver":"" } Restart SS: systemctl restart shadowsocks-libev