pns nxdomain equivelent

matei marius mat.marius at yahoo.com
Thu Nov 24 19:49:42 UTC 2011




I am giving you more details with the hope that maybe someone will give me a hint.


In named.conf  (bind 9.9b2) I have:

# for NXDOMAIN Redirection
zone "." {
       type redirect;
       file "/etc/bind/zones/redirect.db";
};


redirect.db file contains:

$TTL 300
@ IN SOA ns.example.net hostmaster.example.net 0 0 0 0 0
@ IN NS ns.example.net


; suffix matches

; the following line is working
*.youtube.com.     cname     .


; prefix matches are not working

mail*.      cname   .
ads*.       cname   .


; full match is not working too

*fulldomain*.    cname   .

; default behaviour in the case that it is not previously matched

*. IN     A     74.125.39.104
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20111124/ba2c4a39/attachment.html>


More information about the bind-users mailing list