Merge branch 'main' into fix/use-ip-for-default-routes-on-darwin

This commit is contained in:
Maycon Santos
2024-05-13 20:40:43 +02:00
4 changed files with 6 additions and 7 deletions
+1 -3
View File
@@ -549,9 +549,7 @@ func (s *DefaultServer) upstreamCallbacks(
if nsGroup.Primary {
s.currentConfig.RouteAll = true
if runtime.GOOS == "android" {
s.service.RegisterMux(nbdns.RootZone, handler)
}
s.service.RegisterMux(nbdns.RootZone, handler)
}
if err := s.hostManager.applyDNSConfig(s.currentConfig); err != nil {
l.WithError(err).Error("reactivate temporary disabled nameserver group, DNS update apply")