Add files via upload

This commit is contained in:
xVRVx
2025-12-14 10:30:17 +03:00
committed by GitHub
parent 7a24915ffb
commit bab260b044

View File

@@ -222,7 +222,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
"dnsLog": false,
"access": "/var/log/xray/access.log",
"error": "/var/log/xray/error.log",
"loglevel": "warning"
"loglevel": "none"
},
"dns": {
"servers": [
@@ -468,7 +468,19 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
{
"tag": "block",
"protocol": "blackhole"
}
},
{
"tag": "warp",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 40000
}
]
}
}
],
"routing": {
"rules": [
@@ -491,7 +503,11 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
"geosite:private"
],
"outboundTag": "block"
}
},
{
"outboundTag": "direct",
"domain": ["geosite:google-gemini"]
}
],
"domainStrategy": "IPIfNonMatch"
}