mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
Implement external lookups for CNAMEs
This commit is contained in:
@@ -155,7 +155,7 @@ func autoParse(c *caddy.Controller) (Auto, error) {
|
||||
args[i] = h + ":53"
|
||||
}
|
||||
}
|
||||
a.loader.Proxy = proxy.New(args)
|
||||
a.loader.proxy = proxy.New(args)
|
||||
|
||||
default:
|
||||
t, _, e := file.TransferParse(c, false)
|
||||
|
||||
Reference in New Issue
Block a user