搭建v2ray ss

  • ubuntu上可能无效,CentOS上测试有效
  • v2ray
bash <(curl -s -L https://git.io/v2ray.sh)

如果提示 curl: command not found ,那是因为你的小鸡没装 Curl ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y centos 系统安装 Curl 方法: yum update -y && yum install curl -y 安装好 curl 之后就能安装脚本

  • ssr
wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocksR.sh
  1. bbr,锐速 加速脚本:
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

2023年5月3日 15:26:38

  • v2ray-agent

mack-a/v2ray-agent: VLESS(TCP_Vision、Reality、gRPC、WS)、VMess(WS)、Trojan(TCP、gRPC)、Hysteria、八合一共存脚本 (github.com)

  • 更换内核、安装warp等
bash <(curl -Lso- https://git.io/kernel.sh)