mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 13:32:24 +00:00
XHTTP: Add "stream-one"
This commit is contained in:
parent
6b41df2d89
commit
462e02140d
2 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,7 @@ const MODE_OPTION = {
|
|||
AUTO: "auto",
|
||||
PACKET_UP: "packet-up",
|
||||
STREAM_UP: "stream-up",
|
||||
STREAM_ONE: "stream-one",
|
||||
};
|
||||
|
||||
Object.freeze(Protocols);
|
||||
|
|
|
@ -81,6 +81,7 @@ const MODE_OPTION = {
|
|||
AUTO: "auto",
|
||||
PACKET_UP: "packet-up",
|
||||
STREAM_UP: "stream-up",
|
||||
STREAM_ONE: "stream-one",
|
||||
};
|
||||
|
||||
Object.freeze(Protocols);
|
||||
|
|
Loading…
Reference in a new issue