Mono DHS: > /* > * If the request is type A or AAAA, fabricate an MX record that points > * to the domain name itself, and skip name-based access control. > ? > > What is "name-based access control", and how does it differ from > what check_domain_access() does?
In the context of check_xxx_yy_access, name-based access control is implemented by calling check_domain_access(). Wietse