1
0
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:
D3luxee
2020-05-03 17:43:54 +02:00
committed by GitHub
parent 409ebf65c1
commit 3989be8a3b
3 changed files with 3 additions and 1 deletions

1
OWNERS
View File

@ -3,6 +3,7 @@ providers/azuredns @vatsalyagoel
providers/bind @tlimoncelli
# providers/cloudflare
providers/cloudns @pragmaton
providers/desec @D3luxee
providers/digitalocean @Deraen
providers/dnsimple @aeden
providers/gandi_v5 @TomOnTime

View File

@ -72,6 +72,7 @@ provided to help community members support their code independently.
Maintainers of contributed providers:
* `CLOUDNS` @pragmaton
* `DESEC` @D3luxee
* `DIGITALOCEAN` @Deraen
* `DNSIMPLE` @aeden
* `EXOSCALE` @pierre-emmanuelJ

View File

@ -97,7 +97,7 @@ into three general categories:
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
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