Hello,

within in a view i have added the third rpz zone (i take it separately), it is 
loaded but the RPZ policy does not act.
If i leave only two zones, it works perfectly.

Is there a limit of two zone consequentially?
How can i avoid it?

Here is my configuration:

response-policy { zone "rpz.lan"; zone "rpz-dyndns.lan"; zone 
"rpz-malware.lan"; };
        zone "rpz.lan" in {
        type master;
        file "/var/named/data/rpz.lan";
};
        zone "rpz-dyndns.lan" in {
        type master;
        file "/var/named/data/rpz-dyndns.lan";
};

        zone "rpz-malware.lan" in {
        type master;
        file "/var/named/data/rpz-malware.lan";

Thank you,
Francesco
_______________________________________________
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

Reply via email to