Skip to content

Commit 1044fab

Browse files
committed
Use the preferred <sourcecode> type for DNS RRs
See https://www.rfc-editor.org/rpc/wiki/doku.php?id=sourcecode-types. Meant to do this in f41d972, but forgot to `git commit -a`.
1 parent 95101db commit 1044fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-tls-trust-anchor-ids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ The wire format of the SvcParamValue is determined by prefixing each trust ancho
269269

270270
For example, if a TLS server has three available certification paths issued by `32473.1`, `32473.2.1`, and `32473.2.2`, respectively, the DNS record in presentation syntax may be:
271271

272-
~~~ dns
272+
~~~ dns-rr
273273
example.net. 7200 IN SVCB 3 server.example.net. (
274274
tls-trust-anchors=32473.1,32473.2.1,32473.2.2 )
275275
~~~

0 commit comments

Comments
 (0)