Documentation
¶
Overview ¶
Package wintun is the single source of truth for the pinned wintun.dll release the Tailscale Windows client is built and tested against.
Index ¶
Constants ¶
View Source
const ( // Version is the pinned wintun release. Version = "0.14.1" // URL is the wintun.net download for Version. URL = "https://www.wintun.net/builds/wintun-" + Version + ".zip" // SHA256 is the hex-encoded sha256 of the zip at URL. SHA256 = "07c256185d6ee3652e09fa55c0b673e2624b565e02c4b9091c79ca7d2f24ef51" )
Variables ¶
This section is empty.
Functions ¶
func DLLZipPath ¶
DLLZipPath returns the path of the wintun.dll for goArch within the release zip.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.