diff --git a/docs/_providers/gandi.md b/docs/_providers/gandi.md index d64a7085c..2598ff9b8 100644 --- a/docs/_providers/gandi.md +++ b/docs/_providers/gandi.md @@ -25,6 +25,7 @@ Example Javascript: {% highlight js %} var GANDI = NewDnsProvider("gandi", "GANDI"); +var REG_GANDI = NewRegistrar("gandi", "GANDI"); D("example.tld", REG_GANDI, DnsProvider(GANDI), A("test","1.2.3.4") @@ -32,4 +33,4 @@ D("example.tld", REG_GANDI, DnsProvider(GANDI), {% 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. \ No newline at end of file +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.