Apply DNS before routes to satisfy the dns route dependency

This commit is contained in:
Viktor Liu
2025-05-31 12:55:57 +02:00
parent d6444e14e4
commit bc71beca97
3 changed files with 10 additions and 11 deletions

View File

@@ -489,7 +489,7 @@ func (s *DefaultServer) applyHostConfig() {
}
}
log.Debugf("extra match domains: %v", s.extraDomains)
log.Debugf("extra match domains: %v", maps.Keys(s.extraDomains))
if err := s.hostManager.applyDNSConfig(config, s.stateManager); err != nil {
log.Errorf("failed to apply DNS host manager update: %v", err)