mirror of
https://github.com/coredns/coredns.git
synced 2025-11-15 08:22:19 -05:00
Implement external lookups for CNAMEs
This commit is contained in:
@@ -34,7 +34,7 @@ type (
|
||||
// In the future this should be something like ZoneMeta that contains all this stuff.
|
||||
transferTo []string
|
||||
noReload bool
|
||||
Proxy proxy.Proxy // Proxy for looking up names during the resolution process
|
||||
proxy proxy.Proxy // Proxy for looking up names during the resolution process
|
||||
|
||||
duration time.Duration
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user