Update serv00.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-02-07 15:08:45 +08:00
committed by GitHub
parent b13fa48a65
commit 89ebdba6a0
+1 -1
View File
@@ -305,7 +305,7 @@ openssl ecparam -genkey -name prime256v1 -out "private.key"
openssl req -new -x509 -days 3650 -key "private.key" -out "cert.pem" -subj "/CN=$USERNAME.serv00.net"
nb=$(hostname | cut -d '.' -f 1 | tr -d 's')
if [ "$nb" == "14" ]; then
if [ "$nb" == "14" ] || [ "$nb" == "15" ]; then
ytb='"jnn-pa.googleapis.com",'
fi
hy1p=$(sed -n '1p' hy2ip.txt)