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;
> bind crashes with assertion, maybe due to many ephemeral network devices?
Looking at the symptoms and your description, I actually think this is a problem
of interfaces appearing during the network interface scan and then disappearing
before named can process them.
I would suggest to disable th
Hi Ondrej,
thanks for the fast answer :)
On Mon, 10 Mar 2025, Ondřej Surý wrote:
bind crashes with assertion, maybe due to many ephemeral network devices?
Looking at the symptoms and your description, I actually think this is a problem
of interfaces appearing during the network interface sc
3 matches
Mail list logo