From e59c995fa976a19b5baf1770afb231d3dcb729e1 Mon Sep 17 00:00:00 2001 From: Ben Schwartz Date: Thu, 8 Apr 2021 10:58:16 -0400 Subject: [PATCH] Add a simpler example and improve explanations --- draft-schwartz-svcb-dns.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/draft-schwartz-svcb-dns.md b/draft-schwartz-svcb-dns.md index edd123e..559c51e 100644 --- a/draft-schwartz-svcb-dns.md +++ b/draft-schwartz-svcb-dns.md @@ -93,10 +93,15 @@ The `dns:` URI scheme {{?DNSURI=RFC4501}} describes a way to represent DNS queri # Examples +* A resolver at `simple.example` that support DNS over TLS on port 853 (implicitly, + as this is the default protocol and its default port): + + _dns.simple.example. 7200 IN SVCB 1 simple.example. + * A resolver at `resolver.example` that supports - * DNS over TLS on `resolver.example`, port 853 and 8530, with `resolver.example` as the Authentication Domain Name (SvcPriority 1 and 2), - * DNS over HTTPS at `https://resolver.example/dns-query{?dns}` (SvcPriority 2), and - * an experimental protocol on `fooexp.resolver.example:5353` (SvcPriority 3): + * DNS over TLS on `resolver.example` ports 853 (implicit in record 1) and 8530 (explicit in record 2), with `resolver.example` as the Authentication Domain Name, + * DNS over HTTPS at `https://resolver.example/dns-query{?dns}` (record 1), and + * an experimental protocol on `fooexp.resolver.example:5353` (record 3): $ORIGIN resolver.example. _dns 7200 IN SVCB 1 @ alpn=h2,h3 dohpath=/dns-query{?dns}