Add BSD support (openbsd, freebsd, solaris)

This commit is contained in:
Neil Alexander 2018-03-01 11:49:49 +00:00
parent ebc4eacee4
commit f8dda26dba
8 changed files with 39 additions and 7 deletions

View file

@ -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