Reuse RPZ zones between views

2024-06-12 Thread Jesus Cea
My RPZ zones are quite big, and I would like to be able to reuse them in several views sharing the memory instead of independent data structures. I thought that zone "in-view" would work, but it doesn't. I am doing something like: """ view honeypot { match-clients { honeypot; }; allow-

Re: Reuse RPZ zones between views

2024-06-12 Thread Mark Andrews
Have you read the fine documentation on BIND where it is stated this is not (currently) possible? If you want to extend named to support this we would be happy to review a change request. It is complicated however which is why it has not been done. -- Mark Andrews > On 13 Jun 2024, at 02:38

Re: Reuse RPZ zones between views

2024-06-12 Thread Jesus Cea
On 12/6/24 21:46, Mark Andrews wrote: Have you read the fine documentation on BIND where it is stated this is not (currently) possible? If you want to extend named to support this we would be happy to review a change request. It is complicated however which is why it has not been done. Oh,