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