Update general_v2ray_config.sh

inbound 和 inboundDetour  增加 sniffing 配置项
This commit is contained in:
leavingme
2020-05-04 00:20:32 +08:00
committed by GitHub
parent b7928602f8
commit 50d0a3f507

View File

@@ -183,6 +183,10 @@ cat >> "$v2ray_config" <<-EOF
"ip": "127.0.0.1",
"clients": null
},
"sniffing": {
"enabled": true,
"destOverride": ["http","tls"]
},
"streamSettings": null
},
EOF
@@ -196,6 +200,10 @@ cat >> "$v2ray_config" <<-EOF
"settings": {
"network": "tcp,udp",
"followRedirect": true
},
"sniffing": {
"enabled": true,
"destOverride": ["http","tls"]
}
}
],