From b008ff4ad236f20f0937dd02e747ca6581e776f3 Mon Sep 17 00:00:00 2001 From: Sanaei Date: Sun, 7 Sep 2025 22:35:38 +0200 Subject: Vlessenc (#3426) * mlkem768 * VlessEnc --- web/html/modals/inbound_info_modal.html | 6 +++++ web/html/modals/inbound_modal.html | 48 ++++++++++++++++++++++++--------- 2 files changed, 42 insertions(+), 12 deletions(-) (limited to 'web/html/modals') diff --git a/web/html/modals/inbound_info_modal.html b/web/html/modals/inbound_info_modal.html index a15172f3..4110c244 100644 --- a/web/html/modals/inbound_info_modal.html +++ b/web/html/modals/inbound_info_modal.html @@ -101,6 +101,12 @@ {{ i18n "security" }} [[ inbound.stream.security ]]
+ Authentication + [[ inbound.settings.selectedAuth ? inbound.settings.selectedAuth : '' ]] +
+ {{ i18n "encryption" }} + [[ inbound.settings.encryption ? inbound.settings.encryption : '' ]] +