You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: reclaim orphaned tailscale funnel listeners before retrying
A hard-killed wcode leaves an orphaned `tailscale funnel` child that
keeps holding the node's only 443 listener, so every funnel attempt of
the next run fails with "listener already exists" and the tailscale link
never appears. Before each funnel start, scan for ppid-1 funnel processes
forwarding to this exact local URL and reclaim them; funnels targeting
anything else are left untouched.
0 commit comments