Clarify default DNS servers

This commit is contained in:
Franck Royer 2022-01-13 16:04:07 +11:00
parent f0eb9d1609
commit ae0faa2146
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export class DnsOverHttps implements DnsClient {
*
* @param endpoints The endpoints for Dns-Over-Https queries.
* See [dns-query](https://www.npmjs.com/package/dns-query) for details.
* Defaults to cloudflare, google and opendns.
*
* @throws {code: string} If DNS query fails.
*/