mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-06 05:04:29 +08:00
- Grammar improvements - Markdown formatting improvements
This commit is contained in:
parent
208eeaac6f
commit
60bc15705f
1 changed files with 3 additions and 7 deletions
|
@ -6,8 +6,7 @@ jsId: DNSIMPLE
|
|||
---
|
||||
# DNSimple Provider
|
||||
## Configuration
|
||||
|
||||
In your providers config json file you must provide a DNSimple account access token:
|
||||
In your providers credentials file you must provide a DNSimple account access token:
|
||||
|
||||
{% highlight json %}
|
||||
{
|
||||
|
@ -18,12 +17,10 @@ In your providers config json file you must provide a DNSimple account access to
|
|||
{% endhighlight %}
|
||||
|
||||
## Metadata
|
||||
|
||||
This provider does not recognize any special metadata fields unique to DNSimple.
|
||||
|
||||
## Usage
|
||||
|
||||
Example javascript:
|
||||
Example Javascript:
|
||||
|
||||
{% highlight js %}
|
||||
var REG_DNSIMPLE = NewRegistrar("dnsimple", "DNSIMPLE");
|
||||
|
@ -35,5 +32,4 @@ D("example.tld", REG_DNSIMPLE, DnsProvider(DNSIMPLE),
|
|||
{% endhighlight %}
|
||||
|
||||
## Activation
|
||||
|
||||
DNSControl depends on a DNSimple account access token.
|
||||
DNSControl depends on a DNSimple account access token.
|
Loading…
Add table
Reference in a new issue