We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf879f9 commit 747ad3bCopy full SHA for 747ad3b
web/assets/js/model/outbound.js
@@ -721,6 +721,7 @@ class Outbound extends CommonClass {
721
let headerType = url.searchParams.get('headerType') ?? undefined;
722
let host = url.searchParams.get('host') ?? undefined;
723
let path = url.searchParams.get('path') ?? undefined;
724
+ let mode = url.searchParams.get('mode') ?? undefined;
725
726
if (type === 'tcp' || type === 'none') {
727
stream.tcp = new TcpStreamSettings(headerType ?? 'none', host, path);
0 commit comments