Expand description
DNS record management functions using dynamic DNS updates (RFC 2136).
This module provides functions for managing DNS records via the nsupdate protocol. Each record type has its own submodule with specialized functions.
Modules§
- a
- A and AAAA record management.
- caa
- CAA record management.
- cname
- CNAME record management.
- mx
- MX record management.
- ns
- NS record management.
- srv
- SRV record management.
- txt
- TXT record management.
Functions§
- query_
dns_ record - Generic DNS record query function.
- should_
update_ record - Helper for declarative record reconciliation.