Files
ddns-updater-qdm12-3/docs/dnsomatic.md
Stavros Kois 35c8928bd4 docs(dnsomatic): fix settings fields (#463)
- replace invalid `token` with `username` + `password`
- add `provider_ip` field
2023-06-07 20:06:35 +02:00

581 B

DNS-O-Matic

Configuration

Example

{
  "settings": [
    {
      "provider": "dnsomatic",
      "domain": "domain.com",
      "host": "@",
      "username": "username",
      "password": "password",
      "provider_ip": true,
      "ip_version": "ipv4"
    }
  ]
}

Compulsory parameters

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

Optional parameters

  • "ip_version" can be ipv4 (A records) or ipv6 (AAAA records), defaults to ipv4 or ipv6

Domain setup