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:
Tom Limoncelli 2020-02-25 07:23:04 -05:00 committed by GitHub
parent 4fed6534c7
commit 8b8f193afb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 16 deletions

View file

@ -38,8 +38,8 @@
<td class="success">
<i class="fa fa-check text-success" aria-hidden="true"></i>
</td>
<td class="danger">
<i class="fa fa-times text-danger" aria-hidden="true"></i>
<td class="success">
<i class="fa fa-check text-success" aria-hidden="true"></i>
</td>
<td class="success">
<i class="fa fa-check text-success" aria-hidden="true"></i>

View file

@ -45,6 +45,16 @@ Official support means:
* 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.
Current owners are:
* `ACTIVEDIRECTORY_PS` @tlimoncelli
* `AZURE_DNS` @vatsalyagoel
* `BIND` @tlimoncelli
* `CLOUDFLAREAPI` @tlimoncelli
* `GCLOUD` @tlimoncelli
* `NAMEDOTCOM` @tlimoncelli
* `ROUTE53` @tlimoncelli
### Providers with "contributor support"
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:
* ClouDNS @pragmaton
* digital ocean @Deraen
* dnsimple @aeden
* gandi @TomOnTime
* HEXONET @papakai
* Internet.bs @pragmaton
* Linode @koesie10
* namecheap @captncraig
* ns1 @captncraig
* OVH @masterzen
* Vultr @geek1011
* Azure DNS @vatsalyagoel
* `CLOUDNS` @pragmaton
* `DIGITALOCEAN` @Deraen
* `DNSIMPLE` @aeden
* `EXOSCALE` @pierre-emmanuelJ
* `GANDI_V5` @TomOnTime
* `GANDI-LIVEDNS` (going away in 3.0)
* `GANDI` (going away in 3.0)
* `HEXONET` @papakai
* `INTERNETBS` @pragmaton
* `LINODE` @koesie10
* `NAMECHEAP` @captncraig
* `NS1` @captncraig
* `OCTODNS` @TomOnTime
* `OPENSRS` @pierre-emmanuelJ
* `OVH` @masterzen
* `SOFTLAYER`@jamielennox
* `VULTR` @geek1011
### Requested providers

View file

@ -53,7 +53,7 @@ var features = providers.DocumentationNotes{
providers.CanUseAlias: providers.Cannot("Only supported for Azure Resources. Not yet implemented"),
providers.DocCreateDomains: providers.Can(),
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.CanUseSRV: providers.Can(),
providers.CanUseTXTMulti: providers.Can(),