From cd58d26545dd3f13b21a254be7dcd67b792728b1 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Sat, 17 Mar 2018 12:43:57 +0000 Subject: [PATCH] Documentation: Add Gandi registrar to example (#335) --- docs/_providers/gandi.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.