Files
ddns-updater/docs/gandi.md
Frederic R d54c334e1c Gandi support (#149)
Authored-by: Frederic R. fredericrous
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
2021-01-26 21:54:18 -05:00

648 B

Gandi

This provider uses Gandi v5 API

Configuration

Example

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

Compulsory parameters

  • "domain"
  • "host" which can be a subdomain, @ or a wildcard *
  • "key"

Optional parameters

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

Domain setup

Gandi Documentation Website