<div dir="ltr">Hi team,<div><br></div><div>In RPZ since we can build up to 32 zones can I create blacklist and whitelist policies like this?</div><div><br></div><div>response-policy { zone "malware.trap"; zone "whitelist.allow"  policy passthru; };<br></div><div><br></div><div><div><br></div><div>zone "malware.trap" {</div><div>        type master;</div><div>        file "/etc/bind/malware.trap.db";</div><div>        };</div></div><div><div><br></div><div>zone "whitelist.allow" {</div><div>        type master;</div><div>        file "/etc/bind/whitelist.allow.db";</div><div>        };</div></div><div><br></div><div><br></div><div>So which one will take precendence in this case? let say <a href="http://www.google.com">www.google.com</a> mistakenly entered in malware.trap zone and *.<a href="http://google.com">google.com</a> is allowed in whitelist.allow as rpz-passthru?</div><div><br></div><div>BTW first not sure if such configuration can be possible?</div></div>