Skip to content

Commit

Permalink
Url finder for tunnel service doesn't always forward (#108117)
Browse files Browse the repository at this point in the history
Fixes #107243
  • Loading branch information
alexr00 authored Oct 6, 2020
1 parent 31746a4 commit 2ccf795
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 2ccf795

Please sign in to comment.