mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
plugin/proxy: add note about HC and google_https (#1269)
HC for google_https does not work because it does not HC the correct set of IPs. Hard to solve in the current code - rather use forward as the new impl. and leave this as legacy. Remove superfluous println that we are refreshing the dns.google.com IP address.
This commit is contained in:
@@ -117,8 +117,6 @@ func (g *google) OnStartup(p *Proxy) error {
|
||||
|
||||
oldUpstream := (*p.Upstreams)[0]
|
||||
|
||||
log.Printf("[INFO] Bootstrapping A records %q", g.endpoint)
|
||||
|
||||
new, err := g.bootstrapProxy.Lookup(state, g.endpoint, dns.TypeA)
|
||||
if err != nil {
|
||||
log.Printf("[WARNING] Failed to bootstrap A records %q: %s", g.endpoint, err)
|
||||
|
||||
Reference in New Issue
Block a user