services.kea.dhcp-ddns.settings
NixOS option
Kea DHCP-DDNS configuration as an attribute set, see https://kea.readthedocs.io/en/kea-3.0.3/arm/ddns.html.
type: JSON valueDefault
null
Example
declared in: nixos/modules/services/networking/kea.nixView source on NixOS/nixpkgs →{
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 = [ ];
}