Wouter Wijngaards

Results 230 comments of Wouter Wijngaards

So you have IPv6 disabled and are using a port other than port 53, but the log says it is trying to open :: port 53. Unbound must not be...

Unbound has a default config file, you can see which one with `unbound -h` that prints the file location. This is set by the ./configure script at compile time. It...

Other users report issues with 32bit vs 64bit versions for rpi compilation. Perhaps this is a cause of the issue, what was the unbound compiled for, eg. it prints that...

There is a branch with doq functionality, but it is downstream only. In that branch, there is a testcode client, 'doqclient', that can perform client side doq lookups for unit...

This is an excellent place to request new features! The request has been noted, and is on the roadmap.

The notation for a port listing separated by commas is not supported. It is possible to repeat individual port numbers with new lines with `outgoing-port-avoid: 13234` and `outgoing-port-avoid: 13235` for...

The unbound that wants to log queries, there the edns subnet mod prints `query has edns subnet ...` and this is the subnet information for the incoming query. The set...

Hi, so your code looks nice. The issue is not the ipset addition, but that I need to talk about the general approach. It modifies the contract API of the...

There is a modified version of this patch in #1098 . I tried to remove some of the changes to other parts of the code, but it is nice to...

Thank you for the patch! The modified version has been merged and it is in the code repository.