mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-03-02 14:13:01 +00:00
Compare commits
2 commits
cf879f9527
...
195effd177
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
195effd177 | ||
|
|
747ad3b9c8 |
2 changed files with 2 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
2.4.10
|
||||
2.4.11
|
||||
|
|
@ -721,6 +721,7 @@ class Outbound extends CommonClass {
|
|||
let headerType = url.searchParams.get('headerType') ?? undefined;
|
||||
let host = url.searchParams.get('host') ?? undefined;
|
||||
let path = url.searchParams.get('path') ?? undefined;
|
||||
let mode = url.searchParams.get('mode') ?? undefined;
|
||||
|
||||
if (type === 'tcp' || type === 'none') {
|
||||
stream.tcp = new TcpStreamSettings(headerType ?? 'none', host, path);
|
||||
|
|
|
|||
Loading…
Reference in a new issue