Commit 94c9bc5 1 parent 05d7120 commit 94c9bc5 Copy full SHA for 94c9bc5
File tree 1 file changed +2
-2
lines changed
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.
143
143
If there are no records, try to resolve the name (using AAAA and A DNS records) and
144
144
append the /.well-known/tei prefix
145
145
146
- ```zone
146
+ ```dns
147
147
_tei._tcp.tex.example.com. 3600 IN URI 10 1 “https://www.example.com/transparency“
148
148
```
149
149
150
150
Example response of DNS query including multiple URIs with a priority
151
151
152
- ``` zone
152
+ ``` dns
153
153
_tei._tcp.tex.example.com. 3600 IN URI 10 1 “https://www.example.com/transparency“
154
154
_tei._tcp.tex.example.com. 3600 IN URI 20 1 “https://backup.example.com/transparency“
155
155
_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