Files
ddns-updater-qdm12-4/docs/duckdns.md
2024-01-28 12:10:49 +00:00

843 B

DuckDNS

Configuration

Example

{
  "settings": [
    {
      "provider": "duckdns",
      "host": "host",
      "token": "token",
      "ip_version": "ipv4",
      "provider_ip": true
    }
  ]
}

Compulsory parameters

  • "host" is your host, for example subdomain for subdomain.duckdns.org
  • "token"

Optional parameters

  • "ip_version" can be ipv4 (A records) or ipv6 (AAAA records), defaults to ipv4 or ipv6
  • "provider_ip" can be set to true to let your DNS provider determine your IPv4 address (NOT your IPv6 address) automatically when you send an update request, without sending the new IP address detected by the program in the request.

Domain setup

DuckDNS Website

See the duckdns website