mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Add FreeBSD support in TAP mode
This commit is contained in:
parent
57777b6152
commit
c30792245a
9 changed files with 164 additions and 17 deletions
|
@ -1,8 +1,8 @@
|
|||
// +build !linux,!darwin,!windows,!openbsd
|
||||
// +build !linux,!darwin,!windows,!openbsd,!freebsd
|
||||
|
||||
package yggdrasil
|
||||
|
||||
import water "github.com/neilalexander/water"
|
||||
import water "github.com/yggdrasil-network/water"
|
||||
|
||||
// This is to catch unsupported platforms
|
||||
// If your platform supports tun devices, you could try configuring it manually
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue