mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 13:18:53 +00:00
serve.go, tsnet.go: Fix "in in" typo (#12279)
Fixes #cleanup Signed-off-by: Walter Poupore <walterp@tailscale.com>
This commit is contained in:
@@ -626,7 +626,7 @@ func (v ServeConfigView) HasAllowFunnel() bool {
|
||||
}()
|
||||
}
|
||||
|
||||
// FindFunnel reports whether target exists in in either the background AllowFunnel
|
||||
// FindFunnel reports whether target exists in either the background AllowFunnel
|
||||
// or any of the foreground configs.
|
||||
func (v ServeConfigView) HasFunnelForTarget(target HostPort) bool {
|
||||
if v.AllowFunnel().Get(target) {
|
||||
|
Reference in New Issue
Block a user