mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-07 21:54:59 +08:00
Documentation: Add Gandi registrar to example (#335)
This commit is contained in:
parent
7486ee4ace
commit
cd58d26545
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue