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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,14 +73,16 @@ In the [Domain Connect Specification](https://github.com/Domain-Connect/spec/blo
73
73
- Properties for [defining the template itself](https://github.com/Domain-Connect/spec/blob/master/Domain%20Connect%20Spec%20Draft.adoc#template-definition).
74
74
- Properties for defining the individual [DNS records](https://github.com/Domain-Connect/spec/blob/master/Domain%20Connect%20Spec%20Draft.adoc#template-record).
75
75
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.
77
77
78
78
:::note[Linter tool]
79
79
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.
80
80
:::
81
81
82
82
### Apply template URL
83
83
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
+
84
86
-**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`.
85
87
-**State**: Is not supported and will be ignored.
86
88
-**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
89
91
90
92
### Template definition
91
93
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
+
92
96
-**Service Provider Name**: Will be displayed on the user interface.
93
97
-**Service Name**: Will **not** be displayed on the user interface.
94
98
-**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
101
105
-**Warn Phishing**: Is not supported and will be ignored.
102
106
-**Host Required**: Is not supported and will be ignored.
103
107
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
+
104
114
## Template updates
105
115
106
116
Since September, 2024, template updates are picked up by an automation.
0 commit comments