Results 287 comments of Remi Gacogne

Did you consider using EDNS Client Subnet (ECS) instead? It's usually the standard way of passing the IP address from rec to auth.

Would you mind providing your full configuration? Otherwise we need to guess which settings you are running with and it wastes everyone's time if we guess wrong. A full trace...

Thanks! I _think_ what is happening is caused by a change introduced in https://github.com/PowerDNS/pdns/pull/9351. We used to disable qname minimization for all forwards and after this PR it seems that...

> If it's Ok I can make a PR to change the 404 to https://github.com/dblacka/jdnssec-tools I see that @Habbie has already contributed to this repository so that makes sense to...

> I do note that in my testing I've seen that `DNSRecordContent::masterMake` is actually also very slow. It can be, yes, and I hate that it yields a `shared_ptr` while...

Hi! Thanks for making these changes. The current code looks good to me, but some of the issues raised by Otto regarding the change in behaviour for embedded `\0`s still...

There are a fair number of points to consider if we want to switch, but as far as glibc 2.34+ is concerned I see the following options: - CentOS Stream...

I wonder if it's related to the "Problems with C++ exceptions" described in https://gcc.gnu.org/wiki/Visibility It might make hiding our symbols by default problematic in the authoritative server because it loads...

CI failure is unrelated.