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:
authorHo3ein <ho3ein.sanaei@gmail.com>2023-04-14 14:52:33 +0300
committerGitHub <noreply@github.com>2023-04-14 14:52:33 +0300
commit19bb28cb261a6ab89a2ee565323b88c5469cbef5 (patch)
treec36d3888771f9c4410e0e8d526abfc1f4b218c6d /web/html/xui
parentb70ecc12b3870fe7ed77242b77369008de4b5441 (diff)
parent1e72a22c96fcc8690f7c6bdbb7a270a2b6cef97f (diff)
Merge pull request #262 from MHSanaei/dev
alpn set by default + syntax fix
Diffstat (limited to 'web/html/xui')
-rw-r--r--web/html/xui/form/stream/stream_settings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/stream/stream_settings.html b/web/html/xui/form/stream/stream_settings.html
index 3db72fe5..95d8df09 100644
--- a/web/html/xui/form/stream/stream_settings.html
+++ b/web/html/xui/form/stream/stream_settings.html
@@ -6,7 +6,7 @@
<a-select-option value="tcp">TCP</a-select-option>
<a-select-option value="kcp">KCP</a-select-option>
<a-select-option value="ws">WS</a-select-option>
- <a-select-option value="http">HTTP</a-select-option>
+ <a-select-option value="http">H2</a-select-option>
<a-select-option value="quic">QUIC</a-select-option>
<a-select-option value="grpc">gRPC</a-select-option>
</a-select>