From f42c09f26f5c3c161eb9d2d6e1ae8dcefdeea8c5 Mon Sep 17 00:00:00 2001 From: Marian Gafitescu Date: Fri, 21 Feb 2025 13:51:10 +0200 Subject: [PATCH 1/2] Fix inconsistencies * Remove duplicated line to fix Template Record table * Correct the number of DNS records in which the public key is split * Fix formatting for urlControlPanel and nameServers --- Domain Connect Spec Draft.adoc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Domain Connect Spec Draft.adoc b/Domain Connect Spec Draft.adoc index 0a4405f..5d304e6 100644 --- a/Domain Connect Spec Draft.adoc +++ b/Domain Connect Spec Draft.adoc @@ -473,10 +473,8 @@ would be queried. "urlAPI": "https://api.domainconnect.virtucondomains.example", "width": 750, "height": 750, - "urlControlPanel": "https://domaincontrolpanel.virtucondomains.ex - ample/?domain=%domain%", - "nameServers": ["ns01.virtucondomainsdns.example", "ns02.virtucon - domainsdns.example"] + "urlControlPanel": "https://domaincontrolpanel.virtucondomains.example/?domain=%domain%", + "nameServers": ["ns01.virtucondomainsdns.example", "ns02.virtucondomainsdns.example"] } ---- @@ -823,7 +821,7 @@ p=3,a=RS256,d=weDjXrJwIDAQAB ---- -Here the public key is broken into four records in DNS, and the data +Here the public key is broken into three records in DNS, and the data also indicates that the signing algorithm is an RSA Signature with SHA-256 using an x509 certificate. The value for "a" if omitted will be assumed to be RS256, and for "t" will be assumed to be x509. @@ -1659,8 +1657,6 @@ Each record will contain the following elements. |enum |type |(REQUIRED) Describes the type of record in DNS, or the operation impacting DNS. + -|type -|(REQUIRED) Describes the type of record in DNS, or the operation impacting DNS. + Valid values include: A, AAAA, CNAME, MX, TXT, SRV, or SPFM. + The DNS provider MUST support the core set of records A, AAAA, CNAME, MX, TXT, SRV. + From 50cb5325a2b23230ae92430682428ea2b52972ab Mon Sep 17 00:00:00 2001 From: Marian Gafitescu Date: Thu, 6 Mar 2025 17:26:40 +0200 Subject: [PATCH 2/2] Fix two typos --- Domain Connect Spec Draft.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Domain Connect Spec Draft.adoc b/Domain Connect Spec Draft.adoc index 5d304e6..47ffc31 100644 --- a/Domain Connect Spec Draft.adoc +++ b/Domain Connect Spec Draft.adoc @@ -1910,8 +1910,8 @@ template when re-applying a template. To avoid unnecessary conflict warnings to the user, under normal use when re-applying a template such a DNS Provider should remove the previously applied template on the same host. -This may not be desireable for all templates, as a limited set of templates are designed to -be applied multiple times. To faciliate this the template can have the flag <> +This may not be desirable for all templates, as a limited set of templates are designed to +be applied multiple times. To facilitate this the template can have the flag <> set. This tells the DNS Provider that the template is expected to be written multiple times and that a re-apply MUST NOT remove previous instances.