mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
Fix Windows build
This commit is contained in:
parent
7b1635245f
commit
6ac2fae845
@ -9,7 +9,7 @@ import (
|
||||
"log"
|
||||
"net"
|
||||
|
||||
"github.com/yggdrasil-network/yggdrasil-go/src/defaults"
|
||||
"github.com/yggdrasil-network/yggdrasil-go/src/config"
|
||||
"golang.org/x/sys/windows"
|
||||
|
||||
wgtun "golang.zx2c4.com/wireguard/tun"
|
||||
@ -22,7 +22,7 @@ import (
|
||||
// Configures the TUN adapter with the correct IPv6 address and MTU.
|
||||
func (tun *TunAdapter) setup(ifname string, addr string, mtu uint64) error {
|
||||
if ifname == "auto" {
|
||||
ifname = defaults.GetDefaults().DefaultIfName
|
||||
ifname = config.GetDefaults().DefaultIfName
|
||||
}
|
||||
return elevate.DoAsSystem(func() error {
|
||||
var err error
|
||||
|
Loading…
Reference in New Issue
Block a user