Kea DHCP-DDNS configuration as an attribute set, see https://kea.readthedocs.io/en/kea-2.6.1/arm/ddns.html.
Declarations
Type
JSON value
Default
null
Example
{
dns-server-timeout = 100;
forward-ddns = {
ddns-domains = [ ];
};
ip-address = "127.0.0.1";
ncr-format = "JSON";
ncr-protocol = "UDP";
port = 53001;
reverse-ddns = {
ddns-domains = [ ];
};
tsig-keys = [ ];
}