dnscontrol/docs/_providers/gandi.md
Patrick G 326e3a803c Improve Gandi documentation (#229)
- Markdown formatting improvements
- Other fixes
2017-10-11 10:10:01 -04:00

744 B

name title layout jsId
Gandi Gandi Provider default GANDI

Gandi Provider

Configuration

In your credentials file you must provide your Gandi.net API key:

{% highlight json %} { "gandi": { "apikey": "your-gandi-key" } } {% endhighlight %}

Metadata

This provider does not recognize any special metadata fields unique to Gandi.

Usage

Example Javascript:

{% highlight js %} var GANDI = NewDnsProvider("gandi", "GANDI");

D("example.tld", REG_GANDI, DnsProvider(GANDI), A("test","1.2.3.4") ); {% endhighlight %}

New domains

If a domain does not exist in your Gandi account, DNSControl will not automatically add it with the create-domains command. You'll need to do that via the control panel manually.