Remove native and add util

This commit is contained in:
Owen
2025-11-17 15:32:22 -05:00
parent 9caa9fa31e
commit 46b33fdca6
5 changed files with 22 additions and 96 deletions

View File

@@ -651,7 +651,7 @@ func main() {
// Create WireGuard device
dev = device.NewDevice(tun, conn.NewDefaultBind(), device.NewLogger(
mapToWireGuardLogLevel(loggerLevel),
util.MapToWireGuardLogLevel(loggerLevel),
"wireguard: ",
))