From 2e1a6bc814fcd2877a1937a27be8add74b7021e4 Mon Sep 17 00:00:00 2001 From: Deni Date: Sun, 18 Aug 2024 16:57:40 +0300 Subject: [PATCH] Add Support for QUIC Protocol in VLESS (#1473) --- gui/src/components/modalServer.vue | 22 +++++++++++++++++++++- service/core/coreObj/coreObj.go | 6 ++++++ service/core/serverObj/v2ray.go | 18 ++++++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) diff --git a/gui/src/components/modalServer.vue b/gui/src/components/modalServer.vue index e455b05e..503af0c6 100644 --- a/gui/src/components/modalServer.vue +++ b/gui/src/components/modalServer.vue @@ -93,6 +93,7 @@ + @@ -105,7 +106,14 @@ - + + + + + + + +