Update serv00.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-10-29 21:00:48 +08:00
committed by GitHub
parent 939c7582f4
commit f9fb692c9c
+1 -16
View File
@@ -503,15 +503,6 @@ openssl req -new -x509 -days 3650 -key "private.key" -out "cert.pem" -subj "/CN=
} }
], ],
"route": { "route": {
"rule_set": [
{
"tag": "google-gemini",
"type": "remote",
"format": "binary",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/google-gemini.srs",
"download_detour": "direct"
}
],
EOF EOF
if [[ "$nb" =~ 14|15 ]]; then if [[ "$nb" =~ 14|15 ]]; then
cat >> config.json <<EOF cat >> config.json <<EOF
@@ -521,13 +512,7 @@ cat >> config.json <<EOF
"jnn-pa.googleapis.com" "jnn-pa.googleapis.com"
], ],
"outbound": "wg" "outbound": "wg"
}, }
{
"rule_set":[
"google-gemini"
],
"outbound": "wg"
}
], ],
"final": "direct" "final": "direct"
} }