mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 02:03:13 -05:00
Drop the use of dns.RR when in fact the only thing we use is the name and type of the RR. Cleans up a bunch of stuff and also stops the weird making of dns.RRs just for a lookup. Should safe some memory as well. Fixes: #66
file
file enabled reading zone data from a RFC-1035 styled file.
The etcd middleware makes extensive use of the proxy middleware to forward and query other servers in the network.
Syntax
file dbfile [zones...]
dbfilethe database file to read and parse.zoneszones it should be authoritative for. If empty the zones from the configuration block are used.
If you want to round robin A and AAAA responses look at the loadbalance middleware.
file dbfile [zones... ] {
transfer in|out
}
transferenable zone transfers, for now onlytransfer outdoes something. It enables outgoing zone transfers when defined.