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-12-03 23:57:44 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-12-03 23:57:44 +0300
commit462e02140dc3cc4a1de84561d6a1ca8a60400305 (patch)
tree3e3669ee45f4ef43b045909478967efb62a77524
parent6b41df2d89794675cdc452c6831c4f5a7fa19592 (diff)
XHTTP: Add "stream-one"
-rw-r--r--web/assets/js/model/inbound.js1
-rw-r--r--web/assets/js/model/outbound.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/web/assets/js/model/inbound.js b/web/assets/js/model/inbound.js
index 8df6577e..4661d51d 100644
--- a/web/assets/js/model/inbound.js
+++ b/web/assets/js/model/inbound.js
@@ -117,6 +117,7 @@ const MODE_OPTION = {
AUTO: "auto",
PACKET_UP: "packet-up",
STREAM_UP: "stream-up",
+ STREAM_ONE: "stream-one",
};
Object.freeze(Protocols);
diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js
index 35be85d8..83ac4306 100644
--- a/web/assets/js/model/outbound.js
+++ b/web/assets/js/model/outbound.js
@@ -81,6 +81,7 @@ const MODE_OPTION = {
AUTO: "auto",
PACKET_UP: "packet-up",
STREAM_UP: "stream-up",
+ STREAM_ONE: "stream-one",
};
Object.freeze(Protocols);