Files
ddns-updater-qdm12-3/docs/dyndns.md
2024-01-29 09:37:33 +00:00

612 B

DynDNS

Configuration

Example

{
  "settings": [
    {
      "provider": "dyn",
      "domain": "domain.com",
      "host": "@",
      "username": "username",
      "client_key": "client_key",
      "ip_version": "ipv4"
    }
  ]
}

Compulsory parameters

  • "domain"
  • "host" is your host and can be a subdomain or "@" or "*"
  • "username"
  • "client_key"

Optional parameters

  • "ip_version" can be ipv4 (A records), or ipv6 (AAAA records) or ipv4 or ipv6 (update one of the two, depending on the public ip found). It defaults to ipv4 or ipv6.

Domain setup