Skip to content

Commit 7919298

Browse files
committed
Revert "doc: include CNAME records in DNS discovery"
This reverts commit e5a7dd6.
1 parent e5a7dd6 commit 7919298

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

discovery/readme.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
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)
76
- [TEA Discovery - defining an extensible identifier](#tea-discovery---defining-an-extensible-identifier)
87
- [The TEI URN: An extensible identifier](#the-tei-urn-an-extensible-identifier)
98
- [TEI syntax](#tei-syntax)
109
- [TEI types](#tei-types)
1110
- [TEI resolution using DNS](#tei-resolution-using-dns)
12-
- [Connecting to the API](#connecting-to-the-api)
13-
- [Overview: Finding the Index using DNS result](#overview-finding-the-index-using-dns-result)
11+
- [Finding the Index using DNS result](#finding-the-index-using-dns-result)
1412
- [The TEA Version Index](#the-tea-version-index)
1513
- [References](#references)
1614

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

163161
The name in the DNS name part points to a set of DNS records.
164162

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

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

0 commit comments

Comments
 (0)