修复错误的服务
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user