diff --git a/docs/sources/mx-record.md b/docs/sources/mx-record.md index 9f318bf27..725491b23 100644 --- a/docs/sources/mx-record.md +++ b/docs/sources/mx-record.md @@ -1,12 +1,12 @@ # MX record with CRD source You can create and manage MX records with the help of [CRD source](../contributing/crd-source.md) -and `DNSEndpoint` CRD. Currently, this feature is only supported by `aws`, `azure`, `google` and `digital_ocean` providers. +and `DNSEndpoint` CRD. Currently, this feature is only supported by `aws`, `azure`, `google` and `digitalocean` providers. In order to start managing MX records you need to set the `--managed-record-types MX` flag. ```console -external-dns --source crd --provider {aws|azure|google|digital_ocean} --managed-record-types A --managed-record-types CNAME --managed-record-types MX +external-dns --source crd --provider {aws|azure|google|digitalocean} --managed-record-types A --managed-record-types CNAME --managed-record-types MX ``` Targets within the CRD need to be specified according to the RFC 1034 (section 3.6.1). Below is an example of diff --git a/docs/sources/txt-record.md b/docs/sources/txt-record.md index c094d373c..1786d2499 100644 --- a/docs/sources/txt-record.md +++ b/docs/sources/txt-record.md @@ -1,12 +1,12 @@ # Creating TXT record with CRD source You can create and manage TXT records with the help of [CRD source](../contributing/crd-source.md) -and `DNSEndpoint` CRD. Currently, this feature is only supported by `digital_ocean` providers. +and `DNSEndpoint` CRD. Currently, this feature is only supported by `digitalocean` providers. -In order to start managing MX records you need to set the `--managed-record-types TXT` flag. +In order to start managing TXT records you need to set the `--managed-record-types TXT` flag. ```console -external-dns --source crd --provider {digital_ocean} --managed-record-types A --managed-record-types CNAME --managed-record-types TXT +external-dns --source crd --provider {digitalocean} --managed-record-types A --managed-record-types CNAME --managed-record-types TXT ``` Targets within the CRD need to be specified according to the RFC 1035 (section 3.3.14). Below is an example of