4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-09 12:14:05 +00:00

Add tun_darwin.go which uses ifconfig instead of iproute2

This commit is contained in:
Neil Alexander
2018-01-15 11:46:31 +00:00
parent 75965b6da4
commit c96f00666b
2 changed files with 49 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// +build !linux
// +build !darwin
package yggdrasil