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>2024-11-03 12:51:53 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-11-03 12:51:53 +0300
commitadb08a60cfb7aa30f10410f78a82daf203df28c6 (patch)
tree167fc43d83f4ebb44aae221b730a1966a8ec1a0a /web/html/xui/form/stream
parente3576e8a856b5edd2fe8ffac06ab255f6a1df342 (diff)
rename - splithttp to xhttp
Diffstat (limited to 'web/html/xui/form/stream')
-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 6d788090..89493e75 100644
--- a/web/html/xui/form/stream/stream_settings.html
+++ b/web/html/xui/form/stream/stream_settings.html
@@ -10,7 +10,7 @@
<a-select-option value="http">HTTP</a-select-option>
<a-select-option value="grpc">gRPC</a-select-option>
<a-select-option value="httpupgrade">HTTPUpgrade</a-select-option>
- <a-select-option value="splithttp">SplitHTTP</a-select-option>
+ <a-select-option value="splithttp">SplitHTTP (XHTTP)</a-select-option>
</a-select>
</a-form-item>
</a-form>