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>2024-12-18 01:12:40 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-12-18 01:17:12 +0300
commitaeac7f2c8be2288b2be76b3cb8e071107c1402a5 (patch)
tree7cf1daaeaead2129fdbba076f1bc5035fc1daaae /web/assets
parent39ef172b874bef97f3aa723dd44323e563a8ff2b (diff)
UTLS: unsafe
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/inbound.js1
-rw-r--r--web/assets/js/model/outbound.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/web/assets/js/model/inbound.js b/web/assets/js/model/inbound.js
index b728c95e..8bc10c52 100644
--- a/web/assets/js/model/inbound.js
+++ b/web/assets/js/model/inbound.js
@@ -64,6 +64,7 @@ const UTLS_FINGERPRINT = {
UTLS_QQ: "qq",
UTLS_RANDOM: "random",
UTLS_RANDOMIZED: "randomized",
+ UTLS_UNSAFE: "unsafe",
};
const ALPN_OPTION = {
diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js
index fae1a879..eb4d7f71 100644
--- a/web/assets/js/model/outbound.js
+++ b/web/assets/js/model/outbound.js
@@ -39,6 +39,7 @@ const UTLS_FINGERPRINT = {
UTLS_QQ: "qq",
UTLS_RANDOM: "random",
UTLS_RANDOMIZED: "randomized",
+ UTLS_UNSAFE: "unsafe",
};
const ALPN_OPTION = {