Files
ddns-updater/docs/luadns.md
2020-12-30 14:50:41 -05:00

683 B

LuaDNS

Configuration

Example

{
  "settings": [
    {
      "provider": "luadns",
      "domain": "domain.com",
      "host": "@",
      "email": "email",
      "token": "token",
      "ip_version": "ipv4"
    }
  ]
}

Compulsory parameters

  • "domain"
  • "host" is your host and can be a subdomain or "@" or "*"
  • "email"
  • "token"

Optional parameters

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

Domain setup

  1. Go to api.luadns.com/settings
  2. Enable API access
  3. Obtain your API token and replace it in the parameters as the value for token