Skip to content
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

Update DNSSEC documentation #34

Open
wants to merge 1 commit 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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ Then we get to the data.
| `Delete date` | Date indicating deletion in [ISO-8601] format: `YYYY-MM-DD`, the timezone is not expressed explicitly. The local time of the registry is used, meaning Central European Standard Time (`GMT+1`), Copenhagen/Denmark. Do note this field is only available if is has been set |
| `Registration period` | Registration period (`1`, `2`, `3` or `5` years) |
| `VID` | Indication whether VID service is active, values either `yes` or `no` |
| `DNSSEC` | Indication whether DNSSEC service is active, values either `Signed delegation`, `Unsigned delegation, DNSSEC disabled, no records`, `Unsigned delegation, DNSSEC disabled, keys unpublished`, `Unsigned delegation, DNSSEC disabled`, `Unsigned delegation, no records`, `Unsigned delegation, DNSSEC enabled, keys unpublished` or `Unknown status` |
| `DNSSEC` | Indication whether DNSSEC service is active, values either `Signed delegation` or `Unsigned delegation`|
| `Status` | Status of the domain name, please see the appendix |
| `Nameservers` | List of name servers, serving the inquired domain name |

Expand All @@ -353,7 +353,7 @@ Registered: 2010-06-14
Expires: 2019-06-30
Registration period: 1 year
VID: no
DNSSEC: Unsigned delegation, no records
DNSSEC: Unsigned delegation
Status: Active

Nameservers
Expand Down Expand Up @@ -381,7 +381,7 @@ Registered: 2010-06-14
Expires: 2019-06-30
Registration period: 1 year
VID: no
DNSSEC: Unsigned delegation, no records
DNSSEC: Unsigned delegation
Status: Active

Nameservers
Expand Down