Merge pull request #1581 from cyilin/master

fix default sniffing config
pull/2034/head^2
Victoria Raymond 2019-02-28 14:37:50 +01:00 committed by GitHub
commit 1dab33b0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"]
}