Results 287 comments of Remi Gacogne

Oh, that sounds very nice! I guess we would need to start the "regular" threads in addition to the AD_XDP ones, right? If so, that's perfectly fine.

I see that this is now conflicted because we merged other changes in the meantime. Do not worry about rebasing it, I can do that later so you can focus...

Right, so it looks like `strcasecmp` can be slower with some locales because it is heavily optimized in some cases? Then we likely need to make sure that our version...

I don't think that the code in the AXFR request handler, which handles the expansion of ALIAS records when `outgoing-axfr-expand-alias` is enabled, can do anything meaningful with ECS, since the...

Oh, my bad, I missed the `if(r->d_tcp) {` condition at the beginning of that block!

That would indeed be nice. Ideally I would like to be able to log incoming queries, outgoing answers or both, and to tag which responses I want to log from...

I still think we should do it, but note that enabling `dnstap` export for packetcache hits would probably have a huge performance cost, much more than doing packet capture.

Unless I'm mistaken we only have support for exporting outgoing queries to authoritative servers and incoming responses from authoritative servers over DNSTAP, not incoming queries or outgoing responses. So this...

> Do you know why this is the case? AFAICS there's access to the response headers, why would the contents be any different? We try hard not to parse the...

> In #10235 you mention parsing it "in Lua", but I'm not sure what exactly you meant with that. I can't write parser with a function in the config file...