From 752db84b86efaa837ed1534fdaad91acf58dcb8e Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Wed, 15 Feb 2023 08:15:12 +0000 Subject: [PATCH] Correct dead link in DoH description (#1985) --- docs/advanced/dns-overview.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/dns-overview.en.md b/docs/advanced/dns-overview.en.md index d045b97e..ea6dee14 100644 --- a/docs/advanced/dns-overview.en.md +++ b/docs/advanced/dns-overview.en.md @@ -79,7 +79,7 @@ Encrypted DNS can refer to one of a number of protocols, the most common ones be [**DNS over HTTPS**](https://en.wikipedia.org/wiki/DNS_over_HTTPS) as defined in [RFC 8484](https://datatracker.ietf.org/doc/html/rfc8484) packages queries in the [HTTP/2](https://en.wikipedia.org/wiki/HTTP/2) protocol and provides security with HTTPS. Support was first added in web browsers such as Firefox 60 and Chrome 83. -Native implementation of DoH showed up in iOS 14, macOS 11, Microsoft Windows, and Android 13 (however, it won't be enabled [by default](https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1833144)). General Linux desktop support is waiting on the systemd [implementation](https://github.com/systemd/systemd/issues/8639) so [installing third-party software is still required](../dns.md#linux). +Native implementation of DoH showed up in iOS 14, macOS 11, Microsoft Windows, and Android 13 (however, it won't be enabled [by default](https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1833144)). General Linux desktop support is waiting on the systemd [implementation](https://github.com/systemd/systemd/issues/8639) so [installing third-party software is still required](../dns.md#encrypted-dns-proxies). ## What can an outside party see?