mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 18:23:25 -05:00
Some tiny changes and new benchmark test function (#136)
This commit is contained in:
@@ -33,7 +33,6 @@ func roundRobin(in []dns.RR) []dns.RR {
|
||||
for _, r := range in {
|
||||
switch r.Header().Rrtype {
|
||||
case dns.TypeCNAME:
|
||||
// d d d d DNAME and friends here as well?
|
||||
cname = append(cname, r)
|
||||
case dns.TypeA, dns.TypeAAAA:
|
||||
address = append(address, r)
|
||||
|
||||
Reference in New Issue
Block a user