Note: This guide is only applicable to Debian/Ubuntu systems
Installation#
One-click script:
wget https://git.io/tcp-wss.sh && bash tcp-wss.sh
Uninstallation#
- Uninstall SS-libev
systemctl stop shadowsocks
rm /usr/bin/ss-server
rm /etc/systemd/system/shadowsocks.service
systemctl daemon-reload
- Uninstall v2ray+wss
systemctl stop v2ray
systemctl stop nginx
rm /usr/local/bin/v2ray
rm /etc/systemd/system/v2ray.service
rm /usr/sbin/nginx
rm /lib/systemd/system/nginx.service
systemctl daemon-reload
Note#
- The above operations can completely remove the installed content. Overall, Grandpa's script is very clean and easy to use, much cleaner than the messy scripts outside.
- The current problem is that vmess is more bloated and slower compared to newer methods of circumventing internet censorship (CF and Gcore IP are preferred).