mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Update privider-list.md (#653)
* AZUREDNS is now an officially supported provider * Update missing providers (https://github.com/StackExchange/dnscontrol/issues/632) Fixes https://github.com/StackExchange/dnscontrol/issues/632
This commit is contained in:
@@ -38,8 +38,8 @@
|
|||||||
<td class="success">
|
<td class="success">
|
||||||
<i class="fa fa-check text-success" aria-hidden="true"></i>
|
<i class="fa fa-check text-success" aria-hidden="true"></i>
|
||||||
</td>
|
</td>
|
||||||
<td class="danger">
|
<td class="success">
|
||||||
<i class="fa fa-times text-danger" aria-hidden="true"></i>
|
<i class="fa fa-check text-success" aria-hidden="true"></i>
|
||||||
</td>
|
</td>
|
||||||
<td class="success">
|
<td class="success">
|
||||||
<i class="fa fa-check text-success" aria-hidden="true"></i>
|
<i class="fa fa-check text-success" aria-hidden="true"></i>
|
||||||
|
@@ -26,7 +26,7 @@ title: Service Providers
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
An empty space may indicate the feature is not supported by a provider, or it may simply mean
|
An empty space may indicate the feature is not supported by a provider, or it may simply mean
|
||||||
the feature has not been investigated and implemented yet. If a feature you need is missing from
|
the feature has not been investigated and implemented yet. If a feature you need is missing from
|
||||||
a provider that supports it, we'd love your contribution to ensure it works correctly and add it to this matrix.
|
a provider that supports it, we'd love your contribution to ensure it works correctly and add it to this matrix.
|
||||||
</p>
|
</p>
|
||||||
<p>If a feature is definitively not supported for whatever reason, we would also like a PR to clarify why it is not supported, and fill in this entire matrix.</p>
|
<p>If a feature is definitively not supported for whatever reason, we would also like a PR to clarify why it is not supported, and fill in this entire matrix.</p>
|
||||||
@@ -45,6 +45,16 @@ Official support means:
|
|||||||
* New features will work on these providers (unless the provider does not support it).
|
* New features will work on these providers (unless the provider does not support it).
|
||||||
* StackOverflow maintains test accounts with those providers for running integration tests.
|
* StackOverflow maintains test accounts with those providers for running integration tests.
|
||||||
|
|
||||||
|
Current owners are:
|
||||||
|
|
||||||
|
* `ACTIVEDIRECTORY_PS` @tlimoncelli
|
||||||
|
* `AZURE_DNS` @vatsalyagoel
|
||||||
|
* `BIND` @tlimoncelli
|
||||||
|
* `CLOUDFLAREAPI` @tlimoncelli
|
||||||
|
* `GCLOUD` @tlimoncelli
|
||||||
|
* `NAMEDOTCOM` @tlimoncelli
|
||||||
|
* `ROUTE53` @tlimoncelli
|
||||||
|
|
||||||
### Providers with "contributor support"
|
### Providers with "contributor support"
|
||||||
|
|
||||||
The other providers are supported by community members, usually the
|
The other providers are supported by community members, usually the
|
||||||
@@ -61,18 +71,23 @@ provided to help community members support their code independently.
|
|||||||
|
|
||||||
Maintainers of contributed providers:
|
Maintainers of contributed providers:
|
||||||
|
|
||||||
* ClouDNS @pragmaton
|
* `CLOUDNS` @pragmaton
|
||||||
* digital ocean @Deraen
|
* `DIGITALOCEAN` @Deraen
|
||||||
* dnsimple @aeden
|
* `DNSIMPLE` @aeden
|
||||||
* gandi @TomOnTime
|
* `EXOSCALE` @pierre-emmanuelJ
|
||||||
* HEXONET @papakai
|
* `GANDI_V5` @TomOnTime
|
||||||
* Internet.bs @pragmaton
|
* `GANDI-LIVEDNS` (going away in 3.0)
|
||||||
* Linode @koesie10
|
* `GANDI` (going away in 3.0)
|
||||||
* namecheap @captncraig
|
* `HEXONET` @papakai
|
||||||
* ns1 @captncraig
|
* `INTERNETBS` @pragmaton
|
||||||
* OVH @masterzen
|
* `LINODE` @koesie10
|
||||||
* Vultr @geek1011
|
* `NAMECHEAP` @captncraig
|
||||||
* Azure DNS @vatsalyagoel
|
* `NS1` @captncraig
|
||||||
|
* `OCTODNS` @TomOnTime
|
||||||
|
* `OPENSRS` @pierre-emmanuelJ
|
||||||
|
* `OVH` @masterzen
|
||||||
|
* `SOFTLAYER`@jamielennox
|
||||||
|
* `VULTR` @geek1011
|
||||||
|
|
||||||
### Requested providers
|
### Requested providers
|
||||||
|
|
||||||
|
@@ -53,7 +53,7 @@ var features = providers.DocumentationNotes{
|
|||||||
providers.CanUseAlias: providers.Cannot("Only supported for Azure Resources. Not yet implemented"),
|
providers.CanUseAlias: providers.Cannot("Only supported for Azure Resources. Not yet implemented"),
|
||||||
providers.DocCreateDomains: providers.Can(),
|
providers.DocCreateDomains: providers.Can(),
|
||||||
providers.DocDualHost: providers.Can("Azure does not permit modifying the existing NS records, only adding/removing additional records."),
|
providers.DocDualHost: providers.Can("Azure does not permit modifying the existing NS records, only adding/removing additional records."),
|
||||||
providers.DocOfficiallySupported: providers.Cannot(),
|
providers.DocOfficiallySupported: providers.Can(),
|
||||||
providers.CanUsePTR: providers.Can(),
|
providers.CanUsePTR: providers.Can(),
|
||||||
providers.CanUseSRV: providers.Can(),
|
providers.CanUseSRV: providers.Can(),
|
||||||
providers.CanUseTXTMulti: providers.Can(),
|
providers.CanUseTXTMulti: providers.Can(),
|
||||||
|
Reference in New Issue
Block a user