mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
committed by
Tom Limoncelli
parent
f753c5a700
commit
211add3ec3
@@ -6,11 +6,9 @@ jsId: NS1
|
|||||||
---
|
---
|
||||||
# NS1 Provider
|
# NS1 Provider
|
||||||
|
|
||||||
NS1 provides a dns provider implementation for ns1 dns.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
In your providers config json file you must provide your ns1 api key:
|
In your credentials json file you must provide your NS1 api key:
|
||||||
|
|
||||||
{% highlight json %}
|
{% highlight json %}
|
||||||
{
|
{
|
||||||
@@ -21,12 +19,10 @@ In your providers config json file you must provide your ns1 api key:
|
|||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
## Metadata
|
## Metadata
|
||||||
|
This provider does not recognize any special metadata fields unique to NS1.
|
||||||
This provider does not recognize any special metadata fields unique to ns1.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Example Javascript:
|
||||||
Example javascript:
|
|
||||||
|
|
||||||
{% highlight js %}
|
{% highlight js %}
|
||||||
var REG_NONE = NewRegistrar('none', 'NONE')
|
var REG_NONE = NewRegistrar('none', 'NONE')
|
||||||
|
|||||||
Reference in New Issue
Block a user