File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,13 +143,13 @@ These point to URIs for the transparency exchange data.
143143If there are no records, try to resolve the name (using AAAA and A DNS records) and
144144append the /.well-known/tei prefix
145145
146- ```zone
146+ ```dns
147147_tei._tcp.tex.example.com. 3600 IN URI 10 1 “https://www.example.com/transparency“
148148```
149149
150150Example response of DNS query including multiple URIs with a priority
151151
152- ``` zone
152+ ``` dns
153153_tei._tcp.tex.example.com. 3600 IN URI 10 1 “https://www.example.com/transparency“
154154_tei._tcp.tex.example.com. 3600 IN URI 20 1 “https://backup.example.com/transparency“
155155_tei._tcp.tex.example.com. 3600 IN URI 30 1 “https://thirdparty.example.org/example.com/transparency“
You can’t perform that action at this time.
0 commit comments