Replies: 2 comments
-
|
I will add this as soon as possible. Great option for sdns. I will inform again. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I added this verification, release new version soon. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
It would be very useful to have a built-in configuration test feature that validates the configuration without starting the service.
Motivation:
Pre-deployment checks: Before rolling out changes to production, being able to test the configuration ensures that syntax and semantics are correct.
Automation workflows: Tools like Ansible, Puppet, or Chef often rely on a dry-run validation step to prevent pushing broken configurations. Without such a feature, automation is riskier and harder to guarantee correctness.
Proposed Behaviour:
A command or flag (e.g., --validate-config) that:
Benefits:
Example usage:
sdns --config /etc/sdns.conf --validate-configBeta Was this translation helpful? Give feedback.
All reactions