Replies: 2 comments
-
ARPA requests are blocked from leaking upstream as defined by some RFCs. The only option is to specifically order blocky to do so by defining conditional resolvers for ARPA requests. All by RFC blocked domains can be found here: https://github.com/0xERR0R/blocky/blob/main/resolver/sudn_resolver.go |
Beta Was this translation helpful? Give feedback.
0 replies
-
Wonderful, learning new things every day. Thank you @kwitsch |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
Is it possible to resolve private in-addr.arpa. addresses without specifying conditional mapping ?
e.g. my main dns (router) can resolve
34.0.1.10.in-addr.arpa.
to return its hostname, but when used as upstream through blocky, PTR is empty, except if I specifically add a conditional mapping for0.1.10.in-addr.arpa.
.Is this the normal behavior ?
config.yml:
Thank you
Beta Was this translation helpful? Give feedback.
All reactions