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

pdnsutil check-zone #141

Open
prowebuk opened this issue May 13, 2021 · 2 comments
Open

pdnsutil check-zone #141

prowebuk opened this issue May 13, 2021 · 2 comments

Comments

@prowebuk
Copy link

Hi, great panel, thanks for sharing your hard work

Would be nice to add the output of "pdnsutil check-zone" to the right of the save button when viewing a domain

Many thanks

Richard

@loewexy
Copy link
Owner

loewexy commented May 13, 2021

In theory this would be a nice information. But I see two Problems here which prevents the implementation. First one would have to make an execute call which is hard to protect against injection attacks and opens unnecessary attack surface. The second one is that PDNS Manager must not run on the same server than Powerdns. In my own setups this is not the case. But then pdnsutil is not available to use.

@prowebuk
Copy link
Author

Good point, off the top of my head, maybe a cron job on the master NS that monitors changes to serials in the domains table and updates a new table e.g. domains_check with the results of pdnsutil check-zone

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

No branches or pull requests

2 participants