mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-18 13:14:39 +03:00
XHTTP: Add "stream-one"
This commit is contained in:
@@ -117,6 +117,7 @@ const MODE_OPTION = {
|
|||||||
AUTO: "auto",
|
AUTO: "auto",
|
||||||
PACKET_UP: "packet-up",
|
PACKET_UP: "packet-up",
|
||||||
STREAM_UP: "stream-up",
|
STREAM_UP: "stream-up",
|
||||||
|
STREAM_ONE: "stream-one",
|
||||||
};
|
};
|
||||||
|
|
||||||
Object.freeze(Protocols);
|
Object.freeze(Protocols);
|
||||||
|
|||||||
@@ -81,6 +81,7 @@ const MODE_OPTION = {
|
|||||||
AUTO: "auto",
|
AUTO: "auto",
|
||||||
PACKET_UP: "packet-up",
|
PACKET_UP: "packet-up",
|
||||||
STREAM_UP: "stream-up",
|
STREAM_UP: "stream-up",
|
||||||
|
STREAM_ONE: "stream-one",
|
||||||
};
|
};
|
||||||
|
|
||||||
Object.freeze(Protocols);
|
Object.freeze(Protocols);
|
||||||
|
|||||||
Reference in New Issue
Block a user