1 Mar 2003 02:03
Re: tinydns and wildcards
Pete Ehlke <lists-djbdns <at> rfc822.net>
2003-03-01 01:03:37 GMT
2003-03-01 01:03:37 GMT
On Fri, Feb 28, 2003 at 10:50:25PM +0000, Jonathan de Boyne Pollard wrote: > KF> If you want to write a DNS server, implementing wildcards is > KF> not optional, and you can't make up your own either. > > False. Proxy DNS servers have no need to know anything at all about > wildcards, because wildcards are entirely an internal matter for content DNS > servers. Moreover, whether a content DNS server implements wildcards depends > from how data are entered into its database and what kind of data those are. > Wildcards are just one mechanism that a content DNS server might provide for > generating served content on the fly. Other mechanisms are possible. Fine. Perhaps Ketil should have said "If you're going to write an authoritative name server that supports wildcards, you must do so in a manner that is consistent with RFC 1034." BIND 9 gets it right. BIND 8 gets it wrong. Is anyone willing to defend the proposition that tinydns gets it right?
Ok, so this holds true for ALL my NS entries, I'll get right on it to
clean it up. Like I said, things seemed to work well until now, it looks
like I have to double check everything to be sure I don't get bit like
this again.
Would this also be true for any other record types? For example, for
CNAMEs it says:
"Don't use Cfqdn if there are any other records for fqdn."
Is this for the same reason? (Hey, here you say Don't!)
)
>Fast DNS packets have a 512-byte limit. Slow DNS packets have a
>65535-byte limit. It's a bad idea to go beyond 512 bytes of data for one
>name, and it's impossible to go beyond 65535 bytes of data for one name.
>
So the reason I was getting hammered was that the responses where too
big for the receiving server to understand?
Thanks again,
RSS Feed