quiet and logs and fix ios errors

This commit is contained in:
miloschwartz
2026-01-01 17:29:02 -05:00
parent 9bb4bbccb8
commit a62567997d
3 changed files with 6 additions and 6 deletions

View File

@@ -44,9 +44,9 @@ func ConfigureInterface(interfaceName string, tunnelIp string, mtu int) error {
return configureDarwin(interfaceName, ip, ipNet)
case "windows":
return configureWindows(interfaceName, ip, ipNet)
default:
return fmt.Errorf("unsupported operating system: %s", runtime.GOOS)
}
return nil
}
// waitForInterfaceUp polls the network interface until it's up or times out