Browse Source

fix default sniffing config

pull/1581/head
cyilin 6 years ago committed by GitHub
parent
commit
7d66311168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      release/config/config.json

2
release/config/config.json

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

Loading…
Cancel
Save