Replies: 1 comment
-
There is currently no binding to make this function available to Lua, so it's not possible. You could patch dnsdist yourself, to add a Lua binding for this function, but you would need to be careful: |
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
-
How to call
int removeEDNSOptionFromOPT(char* optStart, size_t* optLen, const uint16_t optionCodeToRemove)
function by lua in dnsdist.confMy dns server is too old to support edns-cookie. I want to use dnsdist as a proxy to remove edns-cookie on query.
How should I write the lua script ?
Beta Was this translation helpful? Give feedback.
All reactions