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-08-26 15:15:53 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-08-26 15:15:53 +0300
commit872974910cc2ba7b736b2a78229eaed8ab9e62b3 (patch)
tree0e9b9973e2c3a2f72c78570a4896e1e8a9d59322 /web/assets/js/model
parent147999dd88766a30e9475b0f1d347895bbde61c6 (diff)
Show ALPN order
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/assets/js/model')
-rw-r--r--web/assets/js/model/xray.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js
index 8ab2969d..47800884 100644
--- a/web/assets/js/model/xray.js
+++ b/web/assets/js/model/xray.js
@@ -78,9 +78,9 @@ const UTLS_FINGERPRINT = {
};
const ALPN_OPTION = {
- HTTP1: "http/1.1",
- H2: "h2",
H3: "h3",
+ H2: "h2",
+ HTTP1: "http/1.1",
};
const SNIFFING_OPTION = {