pkill -kill -u ${username}
chmod -R 755 ~/*
chmod -R 755 ~/.*
rm -rf ~/.*
rm -rf ~/*
项目地址:https://github.com/eooce/Sing-box
安装脚本:
VMESS_PORT=52005 HY2_PORT=26564 TUIC_PORT=52342 bash <(curl -Ls https://raw.githubusercontent.com/eooce/sing-box/main/sb_00.sh)
开放三个端口:
udp 26564
tcp 52005
udp 52342
青龙远程执行脚本:
sshpass -p '密码' ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -tt 用户名@s6.serv00.com "VMESS_PORT=52005 HY2_PORT=26564 TUIC_PORT=52342 bash <(curl -Ls https://raw.githubusercontent.com/eooce/sing-box/main/sb_00.sh)"
评论
发表评论