mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-24 23:53:01 +08:00
parent
f753c5a700
commit
211add3ec3
1 changed files with 3 additions and 7 deletions
|
@ -6,11 +6,9 @@ jsId: NS1
|
|||
---
|
||||
# NS1 Provider
|
||||
|
||||
NS1 provides a dns provider implementation for ns1 dns.
|
||||
|
||||
## 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 %}
|
||||
{
|
||||
|
@ -21,12 +19,10 @@ In your providers config json file you must provide your ns1 api key:
|
|||
{% endhighlight %}
|
||||
|
||||
## 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
|
||||
|
||||
Example javascript:
|
||||
Example Javascript:
|
||||
|
||||
{% highlight js %}
|
||||
var REG_NONE = NewRegistrar('none', 'NONE')
|
||||
|
|
Loading…
Reference in a new issue