- Step 1 for (debian) update first
apt update && apt upgrade -y && apt autoremove -y && reboot
- Step 2 for (ubuntu) directly install
sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sysctl -w net.ipv6.conf.default.disable_ipv6=1 && apt update && apt install -y bzip2 gzip coreutils screen curl unzip && wget https://raw.githubusercontent.com/givps/AutoScriptXray/master/haproxy/setup/setup.sh && chmod +x setup.sh && sed -i -e 's/\r$//' setup.sh && screen -S setup ./setup.sh
- OpenSSH : 22, 2222
- SSH/SSL : 1445, 1446
- HAProxy SSH SSL WS : 1443
- HAProxy SSH WS : 1444
- Badvpn : 7100-7900
- Nginx : 80
- Vmess WS TLS : 443
- Vless WS TLS : 443
- Trojan WS TLS : 443
- Shadowsocks WS TLS : 443
- Vmess WS none TLS : 80
- Vless WS none TLS : 80
- Trojan WS none TLS : 80
- Shadowsocks WS none TLS : 80
- Vmess gRPC : 443
- Vless gRPC : 443
- Trojan gRPC : 443
- Shadowsocks gRPC : 443
- if you find bug , create a issues thx github :)