mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOMAINNAMESHOP: Domainnameshop documentation update (#1726)
Co-authored-by: Simen Bai <git@simenbai.no>
This commit is contained in:
@ -458,7 +458,7 @@
|
||||
<i class="fa fa-check text-success" aria-hidden="true"></i>
|
||||
</td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
<td class="info">
|
||||
<td class="info" data-toggle="tooltip" data-container="body" data-placement="top" title="Needs custom implementation">
|
||||
<i class="fa fa-circle-o text-info" aria-hidden="true"></i>
|
||||
</td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
@ -740,8 +740,8 @@
|
||||
<i class="fa fa-check text-success" aria-hidden="true"></i>
|
||||
</td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
<td class="info">
|
||||
<i class="fa fa-circle-o text-info" aria-hidden="true"></i>
|
||||
<td class="danger" data-toggle="tooltip" data-container="body" data-placement="top" title="According to Domainnameshop this will probably never be supported">
|
||||
<i class="fa has-tooltip fa-times text-danger" aria-hidden="true"></i>
|
||||
</td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
<td class="success">
|
||||
@ -840,8 +840,8 @@
|
||||
</td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
<td class="danger">
|
||||
<i class="fa fa-times text-danger" aria-hidden="true"></i>
|
||||
<td class="danger" data-toggle="tooltip" data-container="body" data-placement="top" title="According to Domainnameshop this will probably never be supported">
|
||||
<i class="fa has-tooltip fa-times text-danger" aria-hidden="true"></i>
|
||||
</td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
@ -1090,8 +1090,8 @@
|
||||
<i class="fa fa-times text-danger" aria-hidden="true"></i>
|
||||
</td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
<td class="danger">
|
||||
<i class="fa fa-times text-danger" aria-hidden="true"></i>
|
||||
<td class="danger" data-toggle="tooltip" data-container="body" data-placement="top" title="Might be supported in the future">
|
||||
<i class="fa has-tooltip fa-times text-danger" aria-hidden="true"></i>
|
||||
</td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
@ -1180,7 +1180,7 @@
|
||||
<i class="fa fa-times text-danger" aria-hidden="true"></i>
|
||||
</td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
<td class="info">
|
||||
<td class="info" data-toggle="tooltip" data-container="body" data-placement="top" title="Has support but no documentation. Needs to be investigated.">
|
||||
<i class="fa fa-circle-o text-info" aria-hidden="true"></i>
|
||||
</td>
|
||||
<td><i class="fa fa-minus dim"></i></td>
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
name: DomainNameShop
|
||||
title: DomainNameShop Provider
|
||||
name: Domainnameshop
|
||||
title: Domainnameshop Provider
|
||||
layout: default
|
||||
jsId: DOMAINNAMESHOP
|
||||
---
|
||||
@ -9,7 +9,7 @@ jsId: DOMAINNAMESHOP
|
||||
## Configuration
|
||||
|
||||
To use this provider, add an entry to `creds.json` with `TYPE` set to `DOMAINNAMESHOP`
|
||||
along with your [DomainNameShop Token and Secret](https://www.domeneshop.no/admin?view=api).
|
||||
along with your [Domainnameshop Token and Secret](https://www.domeneshop.no/admin?view=api).
|
||||
|
||||
Example:
|
||||
|
||||
@ -24,7 +24,7 @@ Example:
|
||||
```
|
||||
|
||||
## Metadata
|
||||
This provider does not recognize any special metadata fields unique to DomainNameShop.
|
||||
This provider does not recognize any special metadata fields unique to Domainnameshop.
|
||||
|
||||
## Usage
|
||||
An example `dnsconfig.js` configuration:
|
||||
@ -43,4 +43,4 @@ D("example.tld", REG_NONE, DnsProvider(DSP_DOMAINNAMESHOP),
|
||||
|
||||
## Limitations
|
||||
|
||||
- DomainNameShop DNS only supports TTLs which are a multiple of 60.
|
||||
- Domainnameshop DNS only supports TTLs which are a multiple of 60.
|
Reference in New Issue
Block a user