mirror of
https://github.com/coredns/coredns.git
synced 2025-10-04 20:12:17 +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