Using RPZ with hashed domains (SHA1) in PowerDNS Recursor #17251
Replies: 1 comment
-
|
Hello, sorry it took a while to answer this. We are pondering a way to introduce a Lua hook to transform a name and use the results to do an RPZ lookup. In that way, the name based logic of RPZ handling does not change and does not have to be partly rewritten in Lua. Effectively, if configured to do so, the RPZ lookup wil be done using Note that labels can contains binary values. But for readability of (debug) logs it probably is preferabele to use a hex or some other string encoding of the hash value. Not this is only an initial sketch of how it might work, no decision has been made if and how we will approach this feature request. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to implement a custom domain filtering mechanism using PowerDNS Recursor and RPZ.
My current approach is:
What I want to achieve
Instead of storing plain domains in RPZ, I want to:
My questions
Additional context
Any guidance or best practices would be appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions