Skip to content

Commit 9f2a175

Browse files
committed
Revert "fix: update sniffing configuration in default templates"
This reverts commit 0fae43f.
1 parent 0fae43f commit 9f2a175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/subscription-template/constants/default-templates.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export const DEFAULT_TEMPLATE_XRAY_JSON = {
327327
},
328328
sniffing: {
329329
enabled: true,
330-
routeOnly: true,
330+
routeOnly: false,
331331
destOverride: ['http', 'tls', 'quic'],
332332
},
333333
},
@@ -341,7 +341,7 @@ export const DEFAULT_TEMPLATE_XRAY_JSON = {
341341
},
342342
sniffing: {
343343
enabled: true,
344-
routeOnly: true,
344+
routeOnly: false,
345345
destOverride: ['http', 'tls', 'quic'],
346346
},
347347
},

0 commit comments

Comments
 (0)