aboutsummaryrefslogtreecommitdiffstats
path: root/conn/default.go
blob: cd9bfb04824e53d353298e2dad662427982a2c08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// +build !linux

/* SPDX-License-Identifier: MIT
 *
 * Copyright (C) 2019-2021 WireGuard LLC. All Rights Reserved.
 */

package conn

func NewDefaultBind() Bind { return NewStdNetBind() }