mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-05-22 05:46:30 +03:00
Add BSD support (openbsd, freebsd, solaris)
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
// +build !linux
|
||||
// +build !darwin
|
||||
// +build !windows
|
||||
// +build !openbsd
|
||||
// +build !freebsd
|
||||
// +build !solaris
|
||||
|
||||
package yggdrasil
|
||||
|
||||
import water "github.com/songgao/water"
|
||||
import water "github.com/neilalexander/water"
|
||||
|
||||
// This is to catch unsupported platforms
|
||||
// If your platform supports tun devices, you could try configuring it manually
|
||||
|
||||
Reference in New Issue
Block a user