Hi team,

In RPZ since we can build up to 32 zones can I create blacklist and
whitelist policies like this?

response-policy { zone "malware.trap"; zone "whitelist.allow"  policy
passthru; };


zone "malware.trap" {
        type master;
        file "/etc/bind/malware.trap.db";
        };

zone "whitelist.allow" {
        type master;
        file "/etc/bind/whitelist.allow.db";
        };


So which one will take precendence in this case? let say www.google.com
mistakenly entered in malware.trap zone and *.google.com is allowed in
whitelist.allow as rpz-passthru?

BTW first not sure if such configuration can be possible?
_______________________________________________
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