Wouter Wijngaards

Results 230 comments of Wouter Wijngaards

It would be nice to somehow have a means to reproduce the issue. So some sort of information from it that allows the problem to happen again. Like, it if...

The unbound-host program does not support querying for version.bind and similar CH records. The tool in unbound 'streamtcp' can do this, `./streamtcp -u -f 192.0.2.38 version.bind. TXT CH` for example....

The `testbound` program can be compiled on its own with `make testbound`. The commit adds changes when compiled with the define for fuzzing. The randomness change, and also the testbound...

Unbound can log a lot, with like verbosity 4, also from the ngtcp2 quic library about what QUIC is doing. And then the IPv4 and IPv6 cases can be compared....

Thank you for the suggestion. Not sure if the config of unbound needs the complication, and if EDNS subnet is really good for that; eg. that expresses some criticism for...

The commit fixes the example to work, it prints output with python3. The documentation for the pythonmod can be built with `make doc`. It was contributed with the python module....

Announce? This is the prefix used by the dns64 module to create IPv6 addresses for the IPv4s? I have no idea about the use case, I guess that is why...

Yeah, that looks like it.

The config snippet seems to be missing the 'zonefile' setting. That seems to be important. From the error it would seem that the directory of the zonefile setting is not...

Perhaps the server runs under another username, like `nsd`, sometimes compiled by default. And that username does not have read and write permissions on the `/etc/nsd` directory? Depends on the...