Skip to content

Fix inconsistencies #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions Domain Connect Spec Draft.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
----

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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. +
Expand Down Expand Up @@ -1914,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 <<template-definition, multiInstance>>
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 <<template-definition, multiInstance>>
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.

Expand Down