ietf-clear
[Top] [All Lists]

[clear] DNS Records for CSV?

2005-06-22 11:54:24
http://cr.yp.to/djbdns/balance.html
It appears to be deliberate.

I looked at the code in tinydns, and there is special case code so
that if a name has more than 8 A records, it returns 8 of them chosen
at random.  It's just A records, but what a stupid thing to do.

The patch is simple, just comment out that special case code, or
replace it by something that rotates the whole set.