mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-15 21:46:54 +02:00
11 lines
228 B
Go
11 lines
228 B
Go
//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() }
|