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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user