Wouter Wijngaards

Results 229 comments of Wouter Wijngaards

If you had `forward-first` enabled, then this would be exactly that option. Otherwise I also do not see immediately a bugfix for this, could you try with a more up...

I notice the stub and forward both used. If you used a stub zone, and unbound received a delegation, NS records, from the server, unbound would then use those NS...

The option `harden-below-nxdomain` is changed to default yes, if you turn it off, then NXDOMAIN for a higher label does not create an nxdomain for responses below that label. The...

There is an option to do that, `prefetch-key: yes` that causes parallel lookups for DNSKEY records. The type DS records are supposedly picked up as they are sent with the...

From your logs I see that this is happening because you forward all traffic. If you used full recursion, without the forward clause, then unbound would fetch DNSKEY records in...

This configuration settings logs to file just fine when I use it. To use it I add a number of other options (port, interface, pidfile, chroot, username, directory) to it,...

It seems to work fine here. Also the error report looks strange. There is the report that unbound-checkconf cannot open the file, and it has already applied the chroot, but...

The most recent is 1.15.0, https://github.com/NLnetLabs/unbound/releases/tag/release-1.15.0 . There have been many changes since 1.7.3. I am using the code repository version which is the most recent with the changes made...

This is very likely a bug that is fixed in 1.15.0. There was a sequence of bug fixes, around fixing segfaults like this. I think an upgrade to a newer...

Yes that is a fix, the release had more bug fixes. This could be one of those issues caused by it, and looks similar. So I think an upgrade likely...