Update serv00keep.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-01-22 10:58:22 +08:00
committed by GitHub
parent d012a28246
commit 04fd5dcb06
+3
View File
@@ -117,6 +117,9 @@ uuidport(){
if [[ -z "$UUID" ]]; then
UUID=$(uuidgen -r)
fi
if [[ -z "$reym" ]]; then
reym=$USERNAME.serv00.net
fi
if [[ -z "$vless_port" ]] || [[ -z "$vmess_port" ]] || [[ -z "$hy2_port" ]]; then
port_list=$(devil port list)
tcp_ports=$(echo "$port_list" | grep -c "tcp")