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>2023-05-07 23:27:59 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-05-07 23:27:59 +0300
commit7fd93e25fd5618bab77d6dc2e27b34d62408b338 (patch)
tree2d843111d074bee9f5de1218ad8028f40e88066c
parent1c9643e6a31d01520eb5ed69953b0b095e3cbf6a (diff)
only blake3-aes support multi-userv1.4.0
-rw-r--r--web/assets/js/model/xray.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js
index 2d4ba84c..a32ba2f6 100644
--- a/web/assets/js/model/xray.js
+++ b/web/assets/js/model/xray.js
@@ -17,15 +17,8 @@ const VmessMethods = {
};
const SSMethods = {
- AES_128_GCM: 'aes-128-gcm',
- AES_256_GCM: 'aes-256-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',
- BLAKE3_CHACHA20_POLY1305: '2022-blake3-chacha20-poly1305',
};
const XTLS_FLOW_CONTROL = {