修复错误的服务
This commit is contained in:
@@ -157,7 +157,6 @@ cat > "$CONFIG_FILE" <<EOF
|
|||||||
"listen": "::",
|
"listen": "::",
|
||||||
"listen_port": 443,
|
"listen_port": 443,
|
||||||
"sniff": true,
|
"sniff": true,
|
||||||
"sniff_override_destination": true,
|
|
||||||
"tls": {
|
"tls": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"server_name": "www.google.com",
|
"server_name": "www.google.com",
|
||||||
@@ -185,6 +184,10 @@ cat > "$CONFIG_FILE" <<EOF
|
|||||||
],
|
],
|
||||||
"route": {
|
"route": {
|
||||||
"rules": [
|
"rules": [
|
||||||
|
{
|
||||||
|
"inbound": "vless-in",
|
||||||
|
"action": "sniff"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"protocol": "dns",
|
"protocol": "dns",
|
||||||
"outbound": "dns-out"
|
"outbound": "dns-out"
|
||||||
|
|||||||
Reference in New Issue
Block a user