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

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

package conn

func NewDefaultBind() Bind { return NewStdNetBind() }