auth: better advice when creating zones#16670
Merged
miodvallat merged 3 commits intoPowerDNS:masterfrom Feb 9, 2026
Merged
Conversation
Pull Request Test Coverage Report for Build 21666859671Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
526b027 to
b1d1b8d
Compare
f766a38 to
231b4c8
Compare
rgacogne
reviewed
Dec 23, 2025
Signed-off-by: Miod Vallat <[email protected]>
Signed-off-by: Miod Vallat <[email protected]>
231b4c8 to
288ccae
Compare
rgacogne
previously approved these changes
Dec 29, 2025
There are people out there using shell scripts to make nails out of pdnsutil, do not make pdnsutil output parsing more difficult. Signed-off-by: Miod Vallat <[email protected]>
rgacogne
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description
This adds the ability forpdns_controlto update the zone cache, either refreshing the whole cache or a given zone.Turns out this was already possible using
pdns_control rediscover. So drop that change, and replace it withpdnsutilgiving you that advice when creating a zone, if the configuration has the zone cache enabled.Checklist
I have: