net/interfaces/windows: update Tailscale interface detection logic to
account for new wintun naming. Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
@@ -7,5 +7,6 @@
|
||||
package tsconst
|
||||
|
||||
// WintunInterfaceDesc is the description attached to Tailscale
|
||||
// interfaces on Windows. This is set by our modified WinTun driver.
|
||||
// interfaces on Windows. This is set by the WinTun driver.
|
||||
const WintunInterfaceDesc = "Tailscale Tunnel"
|
||||
const WintunInterfaceDesc0_14 = "Wintun Userspace Tunnel"
|
||||
|
||||
Reference in New Issue
Block a user