[client] Drop DNS probes for passive health projection (#5971)

This commit is contained in:
Viktor Liu
2026-05-16 00:07:38 +09:00
committed by GitHub
parent 2ccae7ec47
commit 9ed2e2a5b4
22 changed files with 2294 additions and 873 deletions

View File

@@ -1,5 +1,5 @@
package dns
func (s *DefaultServer) initialize() (manager hostManager, err error) {
return newHostManager()
return newHostManager(s.hostsDNSHolder)
}