recursor: is it possible to write negation to edns_subnet_allow_list ? #15989
karelbilek
started this conversation in
General
Replies: 1 comment 5 replies
-
Looking at the source code, it doesn't support negation. This
that calls this
so yeah, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am now learning to use recursor.
I want to somehow set it up to send EDNS subnet for most requests, except requests to some servers/some domains.
The thinking is - I want to send EDNS subnet when I don't know if it makes a difference; but on some servers I know it makes no difference, so I don't want to send it there (so caching works better).
Is it somehow possible?
edns_subnet_allow_list
doesn't seem to support negation.I am looking if it's possible to do this in lua scripting, but I don't see it there in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions