mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DIGITALOCEAN: Support TXTMulti with caveats (#949)
* DIGITALOCEAN: Support TXTMulti with caveats * go get github.com/digitalocean/godo * DIGITALOCEAN: Enable CI tests
This commit is contained in:
@@ -38,5 +38,8 @@ D("example.tld", REG_NONE, DnsProvider(DIGITALOCEAN),
|
||||
|
||||
## Limitations
|
||||
|
||||
- Digialocean DNS doesn't support `;` value with CAA-records ([DigitalOcean documentation](https://www.digitalocean.com/docs/networking/dns/how-to/create-caa-records/))
|
||||
- No support for TXT records with multiple strings, as the API prevents espacing quotes.
|
||||
- Digitalocean DNS doesn't support `;` value with CAA-records ([DigitalOcean documentation](https://www.digitalocean.com/docs/networking/dns/how-to/create-caa-records/))
|
||||
- While Digitalocean DNS supports TXT records with multiple strings,
|
||||
their implementation is lacking. It does not support strings that
|
||||
include double-quotes nor many long strings. The length limits may
|
||||
restrict your ability to use very long DKIM or SPF records.
|
||||
|
Reference in New Issue
Block a user