2023-01-27 21:37:20 +00:00
|
|
|
// Copyright (c) Tailscale Inc & AUTHORS
|
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
2020-09-10 19:40:02 +01:00
|
|
|
|
|
|
|
// Package tsconst exports some constants used elsewhere in the
|
|
|
|
// codebase.
|
|
|
|
package tsconst
|
|
|
|
|
|
|
|
// WintunInterfaceDesc is the description attached to Tailscale
|
2021-11-08 06:58:09 +00:00
|
|
|
// interfaces on Windows. This is set by the WinTun driver.
|
2020-09-10 19:40:02 +01:00
|
|
|
const WintunInterfaceDesc = "Tailscale Tunnel"
|
2021-11-08 06:58:09 +00:00
|
|
|
const WintunInterfaceDesc0_14 = "Wintun Userspace Tunnel"
|