mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 02:28:40 -04:00
Authored-by: Frederic R. fredericrous Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
648 B
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 beipv4(A records) oripv6(AAAA records), defaults toipv4 or ipv6"ttl"default is3600