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
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
from this list
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users