mirror of
https://github.com/tailscale/tailscale.git
synced 2025-09-28 00:51:09 +02: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.