diff options
Diffstat (limited to 'web/assets/js/model')
| -rw-r--r-- | web/assets/js/model/xray.js | 4 |
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 = { |
