Files
wireguard-go/conn/default.go
T

11 lines
192 B
Go
Raw Normal View History

//go:build !windows
2021-02-22 02:01:50 +01:00
/* SPDX-License-Identifier: MIT
*
2025-05-04 17:48:53 +02:00
* Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
2021-02-22 02:01:50 +01:00
*/
package conn
func NewDefaultBind() Bind { return NewStdNetBind() }