You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
406 B
11 lines
406 B
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
// Package tsconst exports some constants used elsewhere in the
|
|
// codebase.
|
|
package tsconst
|
|
|
|
// WintunInterfaceDesc is the description attached to Tailscale
|
|
// interfaces on Windows. This is set by the WinTun driver.
|
|
const WintunInterfaceDesc = "Tailscale Tunnel"
|
|
const WintunInterfaceDesc0_14 = "Wintun Userspace Tunnel"
|
|
|