lsd0001

LSD0001: GNU Name System
Log | Files | Refs | README

commit 72903eb519eb1bed3e5ea53978b8abd7fe655a92
parent 3e7622c5905ba4c680d6379943e54640d234ade1
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
Date:   Sun, 10 Nov 2019 13:13:41 +0100

update

Diffstat:
Mdraft-schanzen-gns.html | 7++++---
Mdraft-schanzen-gns.txt | 8++++----
Mdraft-schanzen-gns.xml | 7++++---
3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/draft-schanzen-gns.html b/draft-schanzen-gns.html @@ -1469,12 +1469,13 @@ async function addMetadata(){try{const e=document.styleSheets[0].cssRules;for(le <dl class="dlParallel" id="section-3.3-4"> <dt id="section-3.3-4.1">DNS NAME</dt> <dd id="section-3.3-4.2"> - The name to continue with in DNS.<a href="#section-3.3-4.2" class="pilcrow">¶</a> + The name to continue with in DNS (0-terminated).<a href="#section-3.3-4.2" class="pilcrow">¶</a> </dd> <dt id="section-3.3-4.3">DNS SERVER NAME</dt> <dd id="section-3.3-4.4"> - The DNS server to use. Maybe an IPv4/IPv6 address or a DNS name. - It may also be a relative GNS name ending with a "+" top-level domain.<a href="#section-3.3-4.4" class="pilcrow">¶</a> + The DNS server to use. May be an IPv4/IPv6 address in dotted decimal + form or a DNS name. It may also be a relative GNS name ending with a + "+" top-level domain. (all 0-terminated)<a href="#section-3.3-4.4" class="pilcrow">¶</a> </dd> </dl> </section> diff --git a/draft-schanzen-gns.txt b/draft-schanzen-gns.txt @@ -355,11 +355,11 @@ Internet-Draft The GNU Name System July 2019 where: - DNS NAME The name to continue with in DNS. + DNS NAME The name to continue with in DNS (0-terminated). - DNS SERVER NAME The DNS server to use. Maybe an IPv4/IPv6 address - or a DNS name. It may also be a relative GNS name ending with a - "+" top-level domain. + DNS SERVER NAME The DNS server to use. May be an IPv4/IPv6 address + in dotted decimal form or a DNS name. It may also be a relative + GNS name ending with a "+" top-level domain. (all 0-terminated) 3.4. LEHO diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml @@ -336,12 +336,13 @@ <dl> <dt>DNS NAME</dt> <dd> - The name to continue with in DNS. + The name to continue with in DNS (0-terminated). </dd> <dt>DNS SERVER NAME</dt> <dd> - The DNS server to use. Maybe an IPv4/IPv6 address or a DNS name. - It may also be a relative GNS name ending with a "+" top-level domain. + The DNS server to use. May be an IPv4/IPv6 address in dotted decimal + form or a DNS name. It may also be a relative GNS name ending with a + "+" top-level domain. (all 0-terminated) </dd> </dl> </section>