2020年8月19日星期三

V2Ray和Trojan共存 TLS分流器 一键脚本

README.md


V2RAY TCP+TLS+WEB / WSS+CDN and Trojan-go

automated script for V2Ray (TCP+TLS+Web), V2Ray (WSS+CDN), and Trojan-go

Usage

curl -fsSL https://raw.githubusercontent.com/phlinhng/v2ray-tcp-tls-web/vless/src/v2gun.sh -o ~/v2gun.sh && bash ~/v2gun.sh

Screenshot

alt text









来源
https://github.com/phlinhng/v2ray-tcp-tls-web

可以配合BBR PLUS一键脚本
wget -N --no-check-certificate "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

没有评论:

发表评论

在VPS上,把onedrive/google team drive 网盘 映射出webdav:8080 ( rclone )

1:pc rclone 挂载上网盘后,复制配置文件到vps上 vps输入下面临时建立webdav rclone serve webdav od: \   --addr 0.0.0.0:8080 \   --user admin --pass 'admin' \  ...