From 288435e2a02b7dadfc7567ff64c14a5a57c58f15 Mon Sep 17 00:00:00 2001 From: mercury Date: Thu, 27 Nov 2025 14:29:41 +0400 Subject: [PATCH] support quic destination override --- config/xray.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/xray.json b/config/xray.json index 647fcf5..0372945 100644 --- a/config/xray.json +++ b/config/xray.json @@ -11,7 +11,8 @@ "sniffing": { "destOverride": [ "http", - "tls" + "tls", + "quic" ], "enabled": true },