Hi i implement a dns recursive server that only answer *a.b.c.myzone.fr* so for this i do this: *in named.conf:* ..... response-policy { zone "rpz.zone";}; ......
*and this is the zone rpz.zone:* ;RPZ $TTL 10 @ IN SOA rpz.zone. rpz.zone. ( 48; 3600; 300; 86400; 60 ) IN NS localhost. a.b.c.myzone.fr IN CNAME a.b.c.myzone.fr. *.com IN A 127.0.0.17 *.fr IN A 127.0.0.17 *.org IN A 127.0.0.17 *.be IN A 127.0.0.17 *.de IN A 127.0.0.17 *.net IN A 127.0.0.17 ; i list all tld here The problem is that my server answer a.b.c.myzone.fr but also answer all the zone myzone.fr like www.myzone.fr , ftp.myzone.fr, ....why? Thanks. Issam Harrathi
_______________________________________________ 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