Skip to content

Commit 2c2f93f

Browse files
Add placeholder section for DNS records and disclaimer paragraph
1 parent 606e9bf commit 2c2f93f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,16 @@ In the [Domain Connect Specification](https://github.com/Domain-Connect/spec/blo
7373
- Properties for [defining the template itself](https://github.com/Domain-Connect/spec/blob/master/Domain%20Connect%20Spec%20Draft.adoc#template-definition).
7474
- Properties for defining the individual [DNS records](https://github.com/Domain-Connect/spec/blob/master/Domain%20Connect%20Spec%20Draft.adoc#template-record).
7575

76-
While most of these are supported by Cloudflare, some are required and others are not supported. Below is what you need to know when creating your Domain Connect templates to use with Cloudflare.
76+
While most of these are supported by Cloudflare, some are required and others are not supported.
7777

7878
:::note[Linter tool]
7979
Use Domain Connect's [linter tool](https://github.com/Domain-Connect/dc-template-linter) with the option `-cloudflare` enabled to check your template against Cloudflare specific rules.
8080
:::
8181

8282
### Apply template URL
8383

84+
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.
85+
8486
- **Redirect URI**: Domain Connect's documentation states that it must be scoped to the `syncRedirectDomain` from the template, or the request must be signed. Cloudflare requires the request to be signed and, as such, does not check if the `redirect_uri` is scoped to the `syncRedirectDomain`.
8587
- **State**: Is not supported and will be ignored.
8688
- **Service Name**: Is not supported and will be ignored.
@@ -89,6 +91,8 @@ Use Domain Connect's [linter tool](https://github.com/Domain-Connect/dc-template
8991

9092
### Template definition
9193

94+
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.
95+
9296
- **Service Provider Name**: Will be displayed on the user interface.
9397
- **Service Name**: Will **not** be displayed on the user interface.
9498
- **Logo**: If present, will be displayed on the user interface.
@@ -101,6 +105,12 @@ Use Domain Connect's [linter tool](https://github.com/Domain-Connect/dc-template
101105
- **Warn Phishing**: Is not supported and will be ignored.
102106
- **Host Required**: Is not supported and will be ignored.
103107

108+
### DNS records
109+
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+
112+
113+
104114
## Template updates
105115

106116
Since September, 2024, template updates are picked up by an automation.

0 commit comments

Comments
 (0)