From 41a33182d5166bed9952dc8b4bdbae7275edc77b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Br=C3=B8ms=C3=B8?= Date: Mon, 23 Aug 2021 19:36:30 +0200 Subject: [PATCH] Added two new sections and deleted and obsoleted file (#6) --- README.md | 30 ++++++++++++++++++++++++++++-- TODO.md | 4 ---- 2 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 TODO.md diff --git a/README.md b/README.md index 1c97cec..9c64c63 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ![Markdownlint Action](https://github.com/DK-Hostmaster/dkhm-name-service-specification/workflows/Markdownlint%20Action/badge.svg) # DK Hostmaster Name Service Specification -2020-12-14 -Revision: 2.0 +2021-08-23 +Revision: 2.1 # Table of Contents @@ -19,6 +19,8 @@ Revision: 2.0 - [Name Service](#name-service) - [Domain Names](#domain-names) - [Glue Records](#glue-records) + - [Required Amount of Name Servers](#required-amount-of-name-servers) + - [Required Responsiveness](#required-responsiveness) - [DNSSEC](#dnssec) - [Supported DNSSEC implementations](#supported-dnssec-implementations) - [Supported Algorithms](#supported-algorithms) @@ -51,6 +53,12 @@ This document is copyright by DK Hostmaster A/S and is licensed under the MIT Li ### Document History +2.1 2021-08-23 + +- Added section and clarification on the minimum and maximum number of name servers for a given domain name +- Added section and clarification on the requirement for name servers to be responsive for a given domain name +- More information on the topics will be added later + 2.0 2020-12-14 - Introducing an extension to the IDN character set supported by the DK Hostmaster registry; `ß` @@ -100,6 +108,24 @@ An example of when a glue record is not inserted to the DK zone: Please note that the above names are examples and do not relate to active domain names. + +### Required Amount of Name Servers + +The minimum required number of name servers for a domain name registered with the DK Hostmaster registry is 2. + +Specifying fewer name servers at either registration time or in a name server change operation will result in an error. + +The maximum number of name servers for a domain name registered with the DK Hostmaster registry is 13. + +Specifying more name servers at either registration time or in a name server change operation will result in an error. + + +### Required Responsiveness + +At least two of the name servers specified at registration time or via a name server change operation are queried for responsiveness and the name servers have to respond for the domain name in question. + +Failure to adhere to this rule can result in error for the designated operation. + ## DNSSEC diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 9632dd6..0000000 --- a/TODO.md +++ /dev/null @@ -1,4 +0,0 @@ -TODO for master branch of the DK Hostmaster Name Service Specification - -- [ ] Add domain name specification -- [ ] Add DNSSEC information