Files
ddns-updater/docs/dreamhost.md
2021-10-24 15:45:01 +00:00

488 B

Dreamhost

Configuration

Example

{
  "settings": [
    {
      "provider": "dreamhost",
      "domain": "domain.com",
      "host": "@",
      "key": "key",
      "ip_version": "ipv4"
    }
  ]
}

Compulsory parameters

  • "domain"
  • "key"

Optional parameters

  • "host" is your host and can be a subdomain or "@". It defaults to "@".
  • "ip_version" can be ipv4 (A records) or ipv6 (AAAA records), defaults to ipv4 or ipv6

Domain setup