mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
- Grammar improvements - Markdown formatting improvements
This commit is contained in:
committed by
Craig Peterson
parent
208eeaac6f
commit
60bc15705f
@ -6,8 +6,7 @@ jsId: DNSIMPLE
|
|||||||
---
|
---
|
||||||
# DNSimple Provider
|
# DNSimple Provider
|
||||||
## Configuration
|
## Configuration
|
||||||
|
In your providers credentials file you must provide a DNSimple account access token:
|
||||||
In your providers config json file you must provide a DNSimple account access token:
|
|
||||||
|
|
||||||
{% highlight json %}
|
{% highlight json %}
|
||||||
{
|
{
|
||||||
@ -18,12 +17,10 @@ In your providers config json file you must provide a DNSimple account access to
|
|||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
## Metadata
|
## Metadata
|
||||||
|
|
||||||
This provider does not recognize any special metadata fields unique to DNSimple.
|
This provider does not recognize any special metadata fields unique to DNSimple.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Example Javascript:
|
||||||
Example javascript:
|
|
||||||
|
|
||||||
{% highlight js %}
|
{% highlight js %}
|
||||||
var REG_DNSIMPLE = NewRegistrar("dnsimple", "DNSIMPLE");
|
var REG_DNSIMPLE = NewRegistrar("dnsimple", "DNSIMPLE");
|
||||||
@ -35,5 +32,4 @@ D("example.tld", REG_DNSIMPLE, DnsProvider(DNSIMPLE),
|
|||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
## Activation
|
## Activation
|
||||||
|
DNSControl depends on a DNSimple account access token.
|
||||||
DNSControl depends on a DNSimple account access token.
|
|
Reference in New Issue
Block a user