diff --git a/client/internal/routemanager/manager.go b/client/internal/routemanager/manager.go index 0dfc0f7e008..0628804225c 100644 --- a/client/internal/routemanager/manager.go +++ b/client/internal/routemanager/manager.go @@ -221,7 +221,7 @@ func (m *DefaultManager) clientRoutes(initialRoutes []*route.Route) []*route.Rou func isPrefixSupported(prefix netip.Prefix) bool { if !nbnet.CustomRoutingDisabled() { switch runtime.GOOS { - case "linux", "windows", "darwin": + case "linux", "windows", "darwin", "ios": return true } }