Module records

Module records 

Source
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.