Skip to content

Commit 94c9bc5

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 05d7120 commit 94c9bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discovery/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ These point to URIs for the transparency exchange data.
143143
If there are no records, try to resolve the name (using AAAA and A DNS records) and
144144
append 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

150150
Example 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“

0 commit comments

Comments
 (0)