services.cloudflare-ddns.ip4Domains

NixOS option

Explicit list of domains to manage only for IPv4. If set, overrides domains for IPv4. Corresponds to the IP4_DOMAINS environment variable.

type: null or (list of string)
Default
null
Example
[
  "ipv4.example.com"
]
declared in: nixos/modules/services/networking/cloudflare-ddns.nixView source on NixOS/nixpkgs →