修复错误的服务

This commit is contained in:
CN-JS-HuiBai
2026-04-14 23:15:11 +08:00
parent 3f997482de
commit 4638e4ba75

View File

@@ -157,7 +157,6 @@ cat > "$CONFIG_FILE" <<EOF
"listen": "::",
"listen_port": 443,
"sniff": true,
"sniff_override_destination": true,
"tls": {
"enabled": true,
"server_name": "www.google.com",
@@ -185,6 +184,10 @@ cat > "$CONFIG_FILE" <<EOF
],
"route": {
"rules": [
{
"inbound": "vless-in",
"action": "sniff"
},
{
"protocol": "dns",
"outbound": "dns-out"