Skip to content

Commit

Permalink
bug fix - outbound xhttp link
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Dec 27, 2024
1 parent cf879f9 commit 747ad3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/assets/js/model/outbound.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 747ad3b

Please sign in to comment.