Open Habbie opened 2 years ago
We should check what remotebackend does too.
I think it would be more helpful if pdns did the lowercasing.
Yeah, implementing the same logic in each backend is not a good idea.
Some backend implementations are actually using the case sensitive version of the query.
Some backend implementations are actually using the case sensitive version of the query.
oh no
pdns/pdns_server --socket-dir=. --local-port=5300 --launch=pipe --pipe-abi-version=5 --pipe-command=./modules/pipebackend/backend-v5.pl --zone-cache-refresh-interval=0
Good:
Bad:
Reference: https://lists.nlnetlabs.nl/pipermail/unbound-users/2021-December/007602.html
The fix mentioned there (lowercase in the backend script) works, but I think it would be more helpful if pdns did the lowercasing.