aboutsummaryrefslogtreecommitdiffstats
path: root/conn/default.go
diff options
context:
space:
mode:
Diffstat (limited to 'conn/default.go')
-rw-r--r--conn/default.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/conn/default.go b/conn/default.go
new file mode 100644
index 0000000..2ce1579
--- /dev/null
+++ b/conn/default.go
@@ -0,0 +1,10 @@
+//go:build !windows
+
+/* SPDX-License-Identifier: MIT
+ *
+ * Copyright (C) 2017-2025 WireGuard LLC. All Rights Reserved.
+ */
+
+package conn
+
+func NewDefaultBind() Bind { return NewStdNetBind() }