mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-07-09 12:14:05 +00:00
Add FreeBSD support in TAP mode
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user