Skip to content

Commit

Permalink
fix default sniffing config
Browse files Browse the repository at this point in the history
  • Loading branch information
cyilin authored Feb 28, 2019
1 parent 8fb4f3b commit 7d66311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
Expand Down

0 comments on commit 7d66311

Please sign in to comment.