mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-18 21:24:41 +03:00
bug fix - outbound xhttp link
This commit is contained in:
@@ -721,6 +721,7 @@ class Outbound extends CommonClass {
|
|||||||
let headerType = url.searchParams.get('headerType') ?? undefined;
|
let headerType = url.searchParams.get('headerType') ?? undefined;
|
||||||
let host = url.searchParams.get('host') ?? undefined;
|
let host = url.searchParams.get('host') ?? undefined;
|
||||||
let path = url.searchParams.get('path') ?? undefined;
|
let path = url.searchParams.get('path') ?? undefined;
|
||||||
|
let mode = url.searchParams.get('mode') ?? undefined;
|
||||||
|
|
||||||
if (type === 'tcp' || type === 'none') {
|
if (type === 'tcp' || type === 'none') {
|
||||||
stream.tcp = new TcpStreamSettings(headerType ?? 'none', host, path);
|
stream.tcp = new TcpStreamSettings(headerType ?? 'none', host, path);
|
||||||
|
|||||||
Reference in New Issue
Block a user