How to set V2ray

Posted on by

1 卸载/关闭Ubuntu防火墙 1.1 关闭ubuntu的防火墙(UFW) ufw disable 1.2 关闭ubuntu的防火墙(IP TABLES) iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -F 1.3 卸载ubuntu的防火墙(IP TABLES) apt-get remove iptables 2 安装V2ray bash <(curl -L -s https://mirror.hilz.top/github/v2ray_install/go1.sh) 3 安装BBRplus内核 为了加速TCP,可不安装。 wget –no-check-certificate -O tcp.sh https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh && chmod +x tcp.sh && ./tcp.sh 4 安装Caddy curl https://getcaddy.com |…