summaryrefslogtreecommitdiffhomepage
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/tailscaled/debug.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/tailscaled/debug.go b/cmd/tailscaled/debug.go
index bf9842eed..7162b79f9 100644
--- a/cmd/tailscaled/debug.go
+++ b/cmd/tailscaled/debug.go
@@ -206,6 +206,8 @@ func debugPortmap(ctx context.Context) error {
ctx, cancel := context.WithTimeout(ctx, 3*time.Second)
defer cancel()
+ portmapper.VerboseLogs = true
+
done := make(chan bool, 1)
var c *portmapper.Client