Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-09-07 23:55:37 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-09-07 23:55:37 +0300
commitdbec28b91529d16241f4917d694288d14c2a28d2 (patch)
treeb27836de588a49a0d2bcd562474ebd891829c059 /web/assets
parente5126806d7d6a9759ebfae84ab7d50adb13347e4 (diff)
remove unsupported cipher method
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/inbound.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/assets/js/model/inbound.js b/web/assets/js/model/inbound.js
index 1fc8ea19..c922beb5 100644
--- a/web/assets/js/model/inbound.js
+++ b/web/assets/js/model/inbound.js
@@ -11,10 +11,8 @@ const Protocols = {
const SSMethods = {
AES_256_GCM: 'aes-256-gcm',
- AES_128_GCM: 'aes-128-gcm',
CHACHA20_POLY1305: 'chacha20-poly1305',
CHACHA20_IETF_POLY1305: 'chacha20-ietf-poly1305',
- XCHACHA20_POLY1305: 'xchacha20-poly1305',
XCHACHA20_IETF_POLY1305: 'xchacha20-ietf-poly1305',
BLAKE3_AES_128_GCM: '2022-blake3-aes-128-gcm',
BLAKE3_AES_256_GCM: '2022-blake3-aes-256-gcm',