mirror of
https://github.com/coredns/coredns.git
synced 2025-09-21 05:31:03 +02: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