Files
tsnet-proxy/vendor/github.com/tailscale/wireguard-go/conn/default.go
2024-11-01 17:43:06 +00:00

11 lines
192 B
Go

//go:build !windows
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
*/
package conn
func NewDefaultBind() Bind { return NewStdNetBind() }