Skip to content

Commit e5a7dd6

Browse files
committed
doc: include CNAME records in DNS discovery
Signed-off-by: Paul Horton <[email protected]>
1 parent d11180a commit e5a7dd6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

discovery/readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
**NOTE**: _This is a proposal for the WG_
44

55
- [From product identifier to API endpoint](#from-product-identifier-to-api-endpoint)
6+
- [Advertising the TEI](#advertising-the-tei)
67
- [TEA Discovery - defining an extensible identifier](#tea-discovery---defining-an-extensible-identifier)
78
- [The TEI URN: An extensible identifier](#the-tei-urn-an-extensible-identifier)
89
- [TEI syntax](#tei-syntax)
910
- [TEI types](#tei-types)
1011
- [TEI resolution using DNS](#tei-resolution-using-dns)
11-
- [Finding the Index using DNS result](#finding-the-index-using-dns-result)
12+
- [Connecting to the API](#connecting-to-the-api)
13+
- [Overview: Finding the Index using DNS result](#overview-finding-the-index-using-dns-result)
1214
- [The TEA Version Index](#the-tea-version-index)
1315
- [References](#references)
1416

@@ -160,7 +162,7 @@ This is solved by using the ".well-known" name space as defined by the IETF.
160162

161163
The name in the DNS name part points to a set of DNS records.
162164

163-
A TEI with name `tea.example.com` queries for `tea.example.com` `A` and `AAAA` records.
165+
A TEI with `domain-name` `tea.example.com` queries DNS for `tea.example.com`, considering `A`, `AAAA` and `CNAME` records.
164166
These point to the hosts available for the Transparency Exchange API.
165167

166168
The TEA client connects to the host using HTTPS and validates the certificate.

0 commit comments

Comments
 (0)