Add files via upload

This commit is contained in:
xVRVx
2025-11-11 23:14:32 +03:00
committed by GitHub
parent 884727fc40
commit 32fca38f7e
3 changed files with 7 additions and 9 deletions

View File

@@ -308,7 +308,7 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.html"
"dns": {
"servers": [
{
"address": "8.8.8.8",
"address": "https://8.8.4.4/dns-query",
"domains": [
"geosite:geolocation-!cn"
]

View File

@@ -306,10 +306,9 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.html"
},
"dns": {
"servers": [
"8.8.4.4",
"8.8.8.8",
"1.1.1.1",
"localhost"
"https://8.8.4.4/dns-query",
"https://8.8.8.8/dns-query",
"https://1.1.1.1/dns-query"
],
"queryStrategy": "UseIPv4"
},

View File

@@ -429,10 +429,9 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.html"
},
"dns": {
"servers": [
"8.8.4.4",
"8.8.8.8",
"1.1.1.1",
"localhost"
"https://8.8.4.4/dns-query",
"https://8.8.8.8/dns-query",
"https://1.1.1.1/dns-query"
],
"queryStrategy": "UseIPv4"
},