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

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

package conn

func NewDefaultBind() Bind { return NewStdNetBind() }