blob: b6f761b9ed93a38ecc3b390fc0457408dfb3bb4a (
plain)
1
2
3
4
5
6
7
8
9
10
|
//go:build !windows
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2017-2023 WireGuard LLC. All Rights Reserved.
*/
package conn
func NewDefaultBind() Bind { return NewStdNetBind() }
|