RE: Questions about "dnssec validation" statement

2025-03-15 Thread Chris Isaksen
Thanks I'll try that. -Original Message- From: Evan Hunt Sent: Thursday, March 6, 2025 1:46 PM To: Chris Isaksen Cc: bind-users@lists.isc.org Subject: Re: Questions about "dnssec validation" statement On Thu, Mar 06, 2025 at 12:56:08PM +, Chris Isaksen wrote: >

Re: Questions about "dnssec validation" statement

2025-03-11 Thread Evan McKinney
Hi Chris If you've got your global options set similarly to this options { dnssec-validation auto; // Global validation enabled // ... other options ... }; Have you been able to try something along the lines of this? zone "no-dnssec.example" { type forward; forwarders { 192.0.2.1;

Questions about "dnssec validation" statement

2025-03-08 Thread Chris Isaksen
I was wondering if dnssec validation could be set to auto in the options section and then set it to 'no' in a particular zone? We would like to use "dnssec validation auto" but a few forwarding zones we have, we know do not use dnssec and queries fail if it's not set to no. Thanks Chris Isa

Re: Questions about "dnssec validation" statement

2025-03-06 Thread Evan Hunt
On Thu, Mar 06, 2025 at 12:56:08PM +, Chris Isaksen wrote: > I was wondering if dnssec validation could be set to auto in the options > section and then set it to 'no' in a particular zone? > > We would like to use "dnssec validation auto" but a few forwarding zones > we have, we know do not

RE: Questions about "dnssec validation" statement

2025-03-06 Thread Chris Isaksen
05 AM To: Chris Isaksen Cc: bind-users@lists.isc.org Subject: Re: Questions about "dnssec validation" statement Hi Chris If you've got your global options set similarly to this options { dnssec-validation auto; // Global validation enabled // ... other options ... }; Have