From 6e17c282e0a108486681d15e2df13dd096e23c26 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sat, 29 Apr 2023 15:29:20 +0200 Subject: [PATCH] prettify alpn --- web/assets/js/model/xray.js | 4 ++-- web/html/xui/form/tls_settings.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js index 38b0efcd..24823993 100644 --- a/web/assets/js/model/xray.js +++ b/web/assets/js/model/xray.js @@ -75,9 +75,9 @@ const UTLS_FINGERPRINT = { }; const ALPN_OPTION = { - H3: "h3", - H2: "h2", HTTP1: "http/1.1", + H2: "h2", + H3: "h3", }; const SNIFFING_OPTION = { diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index d8b0f3c5..b09145ff 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -76,7 +76,7 @@ - [[ key ]] + [[ value ]]