Add ignore_ns_records flag and support for extra keys in zones/records parameters

- Add ignore_ns_records flag (default: true) to automatically ignore NS records
- Add options_ignore_list to zones and records to allow extra keys (e.g., comment, type)
- Update documentation to reflect NS records are now ignored by default
- Add changelog entry for v1.3.3 release
This commit is contained in:
Daniel Akulenok
2026-01-29 21:40:41 +01:00
parent 5550a57777
commit 9dc42d99c1
3 changed files with 31 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ pip install dnspython
value: 192.168.1.10
```
**Note**: By default, SOA and DNSSEC records are ignored, and record validation is enabled.
**Note**: By default, SOA, NS, and DNSSEC records are ignored, and record validation is enabled.
**Tip**: Run with `-v` flag to see detailed per-record actions.
## DNS Server Setup (BIND Example)