interface.go 495 B

123456789101112
  1. // Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package tsconst exports some constants used elsewhere in the
  5. // codebase.
  6. package tsconst
  7. // WintunInterfaceDesc is the description attached to Tailscale
  8. // interfaces on Windows. This is set by the WinTun driver.
  9. const WintunInterfaceDesc = "Tailscale Tunnel"
  10. const WintunInterfaceDesc0_14 = "Wintun Userspace Tunnel"