Files
ddns-updater/docs/name.com.md
2024-01-28 08:31:41 +00:00

833 B

Name.com

drawing

Configuration

Example

{
  "settings": [
    {
      "provider": "name.com",
      "domain": "domain.com",
      "host": "@",
      "username": "username",
      "token": "token"
    }
  ]
}

Compulsory parameters

  • "domain"
  • "host" is your host and can be a subdomain, "@" or "*" generally
  • "username" is your account username
  • "token" which you can obtain from www.name.com/account/settings/api

Optional parameters

  • "ttl" is the time this record can be cached for in seconds. Name.com allows a minimum TTL of 300, or 5 minutes. Name.com defaults to 300 if not provided.
  • "ip_version" can be ipv4 (A records) or ipv6 (AAAA records), defaults to ipv4 or ipv6