summaryrefslogtreecommitdiffhomepage
path: root/tsconst/interface.go
blob: f64e290a9337e9d003550909e854e96180a50f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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"