interface.go 406 B

1234567891011
  1. // Copyright (c) Tailscale Inc & AUTHORS
  2. // SPDX-License-Identifier: BSD-3-Clause
  3. // Package tsconst exports some constants used elsewhere in the
  4. // codebase.
  5. package tsconst
  6. // WintunInterfaceDesc is the description attached to Tailscale
  7. // interfaces on Windows. This is set by the WinTun driver.
  8. const WintunInterfaceDesc = "Tailscale Tunnel"
  9. const WintunInterfaceDesc0_14 = "Wintun Userspace Tunnel"