aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-01-16 21:06:47 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-01-16 21:06:47 +0100
commit6b4211bbc50e50e83126b12e3041ff750bbc93f0 (patch)
tree0d826c5636ec59a2ee3bdf7730ba98768a365b74
parent07dc5800405a9105603d80e2be3c42b79be78cbb (diff)
downloadlsd0001-6b4211bbc50e50e83126b12e3041ff750bbc93f0.tar.gz
lsd0001-6b4211bbc50e50e83126b12e3041ff750bbc93f0.zip
notation addresses
-rw-r--r--draft-schanzen-gns.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 987082e..9cb95e1 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -1207,10 +1207,15 @@ NONCE := HKDF-Expand (PRK_n, label, 32 / 8)
1207 </dd> 1207 </dd>
1208 <dt>DNS SERVER NAME</dt> 1208 <dt>DNS SERVER NAME</dt>
1209 <dd> 1209 <dd>
1210 The DNS server to use. May be an IPv4/IPv6 address in dotted decimal 1210 The DNS server to use. May be an IPv4 address in dotted-decimal
1211 form or a DNS name. It may also be a relative GNS name ending with a 1211 form or an IPv6 address in colon-hexadecimal form or a DNS name.
1212 "+" top-level domain. The value is UTF-8 encoded 1212 It may also be a relative GNS name ending with a
1213 and 0-terminated. 1213 "+" top-level domain.
1214 The implementation MUST check the string syntactically for a
1215 an IP address in the respective notation before checking for a
1216 relative GNS name.
1217 If all three checks fail, the name MUST be treated as a DNS name.
1218 The value is UTF-8 encoded and 0-terminated.
1214 </dd> 1219 </dd>
1215 </dl> 1220 </dl>
1216 </section> 1221 </section>