1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-02-14 20:25:20 -05:00

fix default sniffing config

This commit is contained in:
cyilin
2019-02-28 11:40:04 +00:00
committed by GitHub
parent 8fb4f3bb20
commit 7d66311168

View File

@@ -35,7 +35,7 @@
// Enable sniffing on TCP connection.
"sniffing": {
"enable": true,
"enabled": true,
// Target domain will be overriden to the one carried by the connection, if the connection is HTTP or HTTPS.
"destOverride": ["http", "tls"]
}