2020-09-10 19:40:02 +01:00
|
|
|
// Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
|
|
|
// 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"
|