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
path: root/web/html
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-04-14 00:56:32 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-14 00:56:32 +0300
commitd695ea81921592761e8d34ed60c7f23ab2b696d5 (patch)
tree0f7ad18149841e8d1ed024257bb26b51ec14e5a8 /web/html
parentb639a1bbd547aabfa87198df4a2be97004be3477 (diff)
edit name http to h2
Diffstat (limited to 'web/html')
-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>