Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

精简版

phlinhng edited this page Jul 16, 2020 · 8 revisions

(停更)只想安装 V2Ray 而不需要其余部分的人,可以使用精简版脚本。

安装 V2Ray TCP+TLS+Web

bash <(curl -sL https://raw.githubusercontent.com/phlinhng/v2ray-tcp-tls-web/master/v2.sh)

安装 Trojan-go

bash <(curl -sL https://raw.githubusercontent.com/phlinhng/v2ray-tcp-tls-web/master/tj.sh)

VPS工具

TCP加速内核

wget -N --no-check-certificate "https://github.com/ylx2016/Linux-NetSpeed/releases/download/sh/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

开启Swap

bash <(curl -sL https://raw.githubusercontent.com/phlinhng/v2ray-tcp-tls-web/master/tools/set_swap.sh)

卸载阿里云盾

bash <(curl -sL https://raw.githubusercontent.com/phlinhng/v2ray-tcp-tls-web/master/tools/rm_aliyundun.sh)

卸载 V2Ray TCP+TLS+Web 或 Trojan-go

bash <(curl -sL https://raw.githubusercontent.com/phlinhng/v2ray-tcp-tls-web/master/tools/rm_v2script.sh)