Add --dry-run mode to preview DNS changes without applying them #5
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduce a --dry-run option to
pb-dydns.phpandUpdateDnsCommandthat performs all logic except the actual DNS update. This allows users to see what would change without modifying any records.Proposed behavior
Benefits
Notes