Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnsdist: Implement Lua custom web endpoints #9676

Merged
merged 4 commits into from Nov 10, 2020

Conversation

rgacogne
Copy link
Member

@rgacogne rgacogne commented Nov 5, 2020

Short description

Closes #9120.

Checklist

I have:

  • read the CONTRIBUTING.md document
  • compiled this code
  • tested this code
  • included documentation (including possible behaviour changes)
  • documented the code
  • added or modified regression test(s)
  • added or modified unit test(s)

@rgacogne
Copy link
Member Author

rgacogne commented Nov 6, 2020

Weird test-auth-regress-bind error in bind-dnssec-nsec3-both, during verify-dnssec-zone:

Nov 06 10:40:12 AXFR of domain 'tsig.com' allowed: client IP 127.0.0.1:46172 is in allow-axfr-ips
AXFR failed.
Syntax error, could not parse the RR's TTL at 0
Nov 06 10:40:12 Received serial number updates for 1 zone, had 0 timeouts

@rgacogne rgacogne merged commit 6eb9e49 into PowerDNS:master Nov 10, 2020
@rgacogne rgacogne deleted the dnsdist-lua-web-hooks branch November 10, 2020 08:34
@wojas
Copy link
Member

wojas commented Nov 10, 2020

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dnsdist: add support for a Lua HTTP API handler
3 participants