Skip to content

Commit

Permalink
Sniffing - change default
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Oct 9, 2024
1 parent e37f2d3 commit f1f5d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/assets/js/model/xray.js
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ class StreamSettings extends XrayCommonClass {

class Sniffing extends XrayCommonClass {
constructor(
enabled = true,
enabled = false,
destOverride = ['http', 'tls', 'quic', 'fakedns'],
metadataOnly = false,
routeOnly = false) {
Expand Down

0 comments on commit f1f5d32

Please sign in to comment.