Skip to content

Commit

Permalink
Url finder for tunnel service doesn't always forward
Browse files Browse the repository at this point in the history
Part of #107243
  • Loading branch information
alexr00 committed Oct 5, 2020
1 parent 5d9b22c commit 13268f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export function mapHasTunnelLocalhostOrAllInterfaces(map: Map<string, Tunnel>, h
if (otherHost) {
return mapHasTunnel(map, otherHost, port);
}
return false;
}
return true;
}
Expand Down

0 comments on commit 13268f9

Please sign in to comment.