You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dns/reference/domain-connect.mdx
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Domain Connect templates are published and maintained on a GitHub repository.
32
32
2. Add your template. You can create a copy of one of the existing templates and edit it according to your needs.
33
33
* 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.
34
34
:::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.
36
36
:::
37
37
* 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.
38
38
* 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
65
65
66
66
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.
67
67
68
-
## Supported properties
68
+
## Properties support
69
69
70
70
In the [Domain Connect Specification](https://github.com/Domain-Connect/spec/blob/master/Domain%20Connect%20Spec%20Draft.adoc) you will find the following properties:
71
71
@@ -100,7 +100,7 @@ For the full list, refer to the [Domain Connect Specification](https://github.co
100
100
-**Shared**: Is not supported and will be ignored.
101
101
-**Shared Service Name**: Is not supported and will be ignored.
102
102
-**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.
104
104
-**Multiple Instance**: Is not supported and will be ignored.
105
105
-**Warn Phishing**: Is not supported and will be ignored.
106
106
-**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
109
109
110
110
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.
111
111
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.
0 commit comments