Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D4092
Change Details
Change Details
Old
New
Diff
This change introduces a validation script to ensure that DNS zone files have their SOA serial incremented whenever a record DNS modification is made. The validation is integrated as a pre-commit hook and only applies to .zone files. Ref T2149
This change introduces a validation script to ensure that DNS zone files have their SOA serial incremented whenever a real DNS record modification is made. The goal is to enforce correct DNS behavior by requiring a serial update only when meaningful changes occur (e.g. IP or record updates), while ignoring non-significant changes such as extra spaces. that will be corrected during code review. The validation is integrated as a pre-commit hook and only applies to .zone files. Ref T2149
This change introduces a validation script to ensure that DNS zone files have their SOA serial incremented
whenever a real DNS record modification is made. The goal is to enforce correct DNS behavior by requiring a serial update only when meaningful
whenever a record DNS modification is made
changes occur (e.g. IP or record updates), while ignoring non-significant changes such as extra spaces. that will be corrected during code review
. The validation is integrated as a pre-commit hook and only applies to .zone files. Ref T2149
Continue