mirror of
https://github.com/tailscale/tailscale.git
synced 2025-11-11 05:31:33 +01:00
On Windows, configureInterface starts a goroutine reconfiguring the Windows firewall. But if configureInterface fails later, that goroutine kept running and likely failing forever, spamming logs. Make it stop quietly if its launching goroutine filed.