banner
oldcatY

oldcatY

中轻度LoveLive厨,主推莲团,二推水+虹团(缪团是神,星团……)
twitter
github
bilibili
steam

【Tips】1024.day v2ray script installation & uninstallation guide

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).
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.