Skip to content

Commit 10d1311

Browse files
Fill specifics around DNS record fields and adjust heading
1 parent 2c2f93f commit 10d1311

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/content/docs/dns/reference/domain-connect.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Domain Connect templates are published and maintained on a GitHub repository.
3232
2. Add your template. You can create a copy of one of the existing templates and edit it according to your needs.
3333
* Refer to the [Domain Connect Specification](https://github.com/Domain-Connect/spec/blob/master/Domain%20Connect%20Spec%20Draft.adoc) for details on the different available fields.
3434
:::note
35-
Not all properties and fields are supported by Cloudflare, and some will be mandatory for onboarding your template. Refer to the [supported properties](#supported-properties) section below for details.
35+
Not all fields (properties) are supported by Cloudflare, and some will be mandatory for onboarding your template. Refer to the [properties support](#properties-support) section below for details.
3636
:::
3737
* If present, you must set the `syncBlock` field on your template to `false`. This means the template flow will be synchronous, which is the only option supported by Cloudflare.
3838
* You must also provide a synchronous public key domain (`syncPubKeyDomain` [^1]). When your template is in use, synchronous calls will be digitally signed.
@@ -65,7 +65,7 @@ Send an email to `[email protected]`, including the following inform
6565

6666
If you have a [DNS provider discovery](https://github.com/Domain-Connect/spec/blob/master/Domain%20Connect%20Spec%20Draft.adoc#dns-provider-discovery) automation in place and will not list new DNS providers manually, Cloudflare can initially restrict your template to be exposed to the specified account only. Once you confirm everything is working as expected, Cloudflare will publish your template on the discovery endpoint, to be picked up by your automation.
6767

68-
## Supported properties
68+
## Properties support
6969

7070
In the [Domain Connect Specification](https://github.com/Domain-Connect/spec/blob/master/Domain%20Connect%20Spec%20Draft.adoc) you will find the following properties:
7171

@@ -100,7 +100,7 @@ For the full list, refer to the [Domain Connect Specification](https://github.co
100100
- **Shared**: Is not supported and will be ignored.
101101
- **Shared Service Name**: Is not supported and will be ignored.
102102
- **Synchronous Public Key Domain**: Required. Cloudflare only supports the synchronous flow and always checks for signature.
103-
- **Synchronous Redirect Domains**: Is not supported and will be ignored. Cloudflare looks at the `redirect_uri` provided in the signed apply template url.
103+
- **Synchronous Redirect Domains**: Is not supported and will be ignored. Cloudflare looks at the `redirect_uri` provided in the signed apply template URL.
104104
- **Multiple Instance**: Is not supported and will be ignored.
105105
- **Warn Phishing**: Is not supported and will be ignored.
106106
- **Host Required**: Is not supported and will be ignored.
@@ -109,7 +109,9 @@ For the full list, refer to the [Domain Connect Specification](https://github.co
109109

110110
For the full list, refer to the [Domain Connect Specification](https://github.com/Domain-Connect/spec/blob/master/Domain%20Connect%20Spec%20Draft.adoc). Below are the details specific to Cloudflare.
111111

112-
112+
- **Essential**: Is not supported and will be ignored.
113+
- **TXT Conflict Matching Mode**: Is not supported and will be ignored.
114+
- **TXT Conflict Matching Prefix**: Is not supported and will be ignored.
113115

114116
## Template updates
115117

0 commit comments

Comments
 (0)