mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-03-02 22:23:01 +00:00
Compare commits
No commits in common. "195effd177cdb62a3b96b6a521908e4d55b80596" and "cf879f9527b2d2f06d0d9c77e9e13ac7c60ad873" have entirely different histories.
195effd177
...
cf879f9527
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
2.4.11
|
||||
2.4.10
|
||||
|
|
@ -721,7 +721,6 @@ 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