一键搭建hysteria2+端口跳跃、常用ssh
适用于ubuntu、debian
apt update -y && apt install -y curl socat wget nano && wget -O hy2.sh https://raw.githubusercontent.com/ypkin/hysteria-setup/refs/heads/main/hy2.sh && chmod +x hy2.sh && ./hy2.sh
常用ssh
apt update -y && apt install -y curl socat wget nano && wget -O ssh.sh https://raw.githubusercontent.com/ypkin/sshtool/refs/heads/main/ssh.sh && chmod +x ssh.sh && ./ssh.sh