mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Add deSEC to OWNERS, provider-list.md and writing-providers.md (#733)
This commit is contained in:
1
OWNERS
1
OWNERS
@@ -3,6 +3,7 @@ providers/azuredns @vatsalyagoel
|
|||||||
providers/bind @tlimoncelli
|
providers/bind @tlimoncelli
|
||||||
# providers/cloudflare
|
# providers/cloudflare
|
||||||
providers/cloudns @pragmaton
|
providers/cloudns @pragmaton
|
||||||
|
providers/desec @D3luxee
|
||||||
providers/digitalocean @Deraen
|
providers/digitalocean @Deraen
|
||||||
providers/dnsimple @aeden
|
providers/dnsimple @aeden
|
||||||
providers/gandi_v5 @TomOnTime
|
providers/gandi_v5 @TomOnTime
|
||||||
|
@@ -72,6 +72,7 @@ provided to help community members support their code independently.
|
|||||||
Maintainers of contributed providers:
|
Maintainers of contributed providers:
|
||||||
|
|
||||||
* `CLOUDNS` @pragmaton
|
* `CLOUDNS` @pragmaton
|
||||||
|
* `DESEC` @D3luxee
|
||||||
* `DIGITALOCEAN` @Deraen
|
* `DIGITALOCEAN` @Deraen
|
||||||
* `DNSIMPLE` @aeden
|
* `DNSIMPLE` @aeden
|
||||||
* `EXOSCALE` @pierre-emmanuelJ
|
* `EXOSCALE` @pierre-emmanuelJ
|
||||||
|
@@ -97,7 +97,7 @@ into three general categories:
|
|||||||
multiple records on a label (for example, example www.example.com
|
multiple records on a label (for example, example www.example.com
|
||||||
has A and MX records), you have to replace all the records at that
|
has A and MX records), you have to replace all the records at that
|
||||||
label. (GANDI_V5)
|
label. (GANDI_V5)
|
||||||
* **incremental-label-type:** Like incremental-record, but updates to any records at a label have to be done by type. For example, if a label (www.example.com) has many A and MX records, even the smallest change to one of the A records requires replacing all the A records. Any changes to the MX records requires replacing all the MX records. If an A record is converted to a CNAME, one must remove all the A records in one call, and add the CNAME record with another call. This is deceptively difficult to get right; if you have the voice between incremental-label-type and incremental-label, pick incremental-label.
|
* **incremental-label-type:** Like incremental-record, but updates to any records at a label have to be done by type. For example, if a label (www.example.com) has many A and MX records, even the smallest change to one of the A records requires replacing all the A records. Any changes to the MX records requires replacing all the MX records. If an A record is converted to a CNAME, one must remove all the A records in one call, and add the CNAME record with another call. This is deceptively difficult to get right; if you have the voice between incremental-label-type and incremental-label, pick incremental-label. (DESEC)
|
||||||
|
|
||||||
TODO: Categorize NAMECHEAP
|
TODO: Categorize NAMECHEAP
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user