From 5420e643cf71eb1cb1e14ad224ac88f10e47d58c Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Mon, 8 Sep 2025 10:08:55 +0200 Subject: minor change --- web/html/form/protocol/vless.html | 1 + web/html/modals/inbound_modal.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'web/html') diff --git a/web/html/form/protocol/vless.html b/web/html/form/protocol/vless.html index 6f421731..69e74285 100644 --- a/web/html/form/protocol/vless.html +++ b/web/html/form/protocol/vless.html @@ -22,6 +22,7 @@ + None X25519 (not Post-Quantum) ML-KEM-768 (Post-Quantum) diff --git a/web/html/modals/inbound_modal.html b/web/html/modals/inbound_modal.html index a7a59c99..60af57cb 100644 --- a/web/html/modals/inbound_modal.html +++ b/web/html/modals/inbound_modal.html @@ -183,7 +183,8 @@ }, clearKeys() { this.inbound.settings.decryption = 'none'; - this.inbound.settings.encryption = ''; + this.inbound.settings.encryption = 'none'; + this.inbound.settings.selectedAuth = undefined; } }, -- cgit v1.2.3