blob: 161454a0e6c2b8125588447f3b122c75e5c2319e (
plain)
1
2
3
4
5
6
7
8
9
10
|
// +build !linux,!windows
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
*/
package conn
func NewDefaultBind() Bind { return NewStdNetBind() }
|