-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
CNAME handling is wrong, according to RFC 1034:
CNAME RRs cause special action in DNS software. When a name server
fails to find a desired RR in the resource set associated with the
domain name, it checks to see if the resource set consists of a CNAME
record with a matching class. If so, the name server includes the CNAME
record in the response and restarts the query at the domain name
specified in the data field of the CNAME record. The one exception to
this rule is that queries which match the CNAME type are not restarted.
ircu2's current behavior causes hostname resolutions to fail when performing a PTR lookup that gets a CNAME response.
Metadata
Metadata
Assignees
Labels
No labels