Query: suppressing autogenerated empty zones (e.g. 10.in-addr.arpa) that should be configured via DNS catalog?

2025-05-12 Thread MCBRIDE, DAVID W.
Hi, I've hit a corner-case in my BIND configuration involving automatically-created empty private zones (such as for 10.in-addr.arpa) and zone configuration via RFC 9432 catalog zone. I think I have found a couple of manual solutions, but I'm wondering if there's a neat trick that I'm missing.

Re: Query: suppressing autogenerated empty zones (e.g. 10.in-addr.arpa) that should be configured via DNS catalog?

2025-05-12 Thread Ondřej Surý
> On 12. 5. 2025, at 15:11, MCBRIDE, DAVID W. > wrote: > > The alternative is to disable the creation of all empty zones entirely > with `empty-zones-enable no;`, however, this is unattractive as it will > fail broken. This would be my preferred solution. > (I can try to ensure that the catalo

Re: Query: suppressing autogenerated empty zones (e.g. 10.in-addr.arpa) that should be configured via DNS catalog?

2025-05-12 Thread MCBRIDE, DAVID W.
On Mon, 2025-05-12 at 15:20 +0100, Ondřej Surý wrote: > > > On 12. 5. 2025, at 15:11, MCBRIDE, DAVID W. > > wrote: > > > > The alternative is to disable the creation of all empty zones > > entirely with `empty-zones-enable no;`, however, this is > > unattractive as it will fail broken. > > This