Skip to content

Commit f27364c

Browse files
feat(DRIVERS-2922): loosen options parser restrictions
lint clarify fix capitalization
1 parent a35de87 commit f27364c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/initial-dns-seedlist-discovery/initial-dns-seedlist-discovery.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ It is an error to specify more than one host name in a connection string with th
8282
MUST raise a parse error and MUST NOT do DNS resolution or contact hosts.
8383

8484
A driver MUST verify that in addition to the `{hostname}`, the `{domainname}` consists of at least two parts: the domain
85-
name, and a TLD. Drivers MUST raise an error and MUST NOT contact the DNS server to obtain SRV (or TXT records) if the
86-
full URI does not consist of at least three parts.
85+
name, and a TLD. In the case that an SRV or TXT record does not have three parts prior to DNS resolution, drivers MUST NOT throw an error.
8786

8887
If `mongodb+srv` is used, a driver MUST implicitly also enable TLS. Clients can turn this off by passing `tls=false` in
8988
either the Connection String, or options passed in as parameters in code to the MongoClient constructor (or equivalent

0 commit comments

Comments
 (0)