From 3ac4117095811a5459329aaa64c0c6ef3a9c7021 Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Fri, 27 May 2022 13:42:29 +0300 Subject: [PATCH] Pull request: doq status Merge in DNS/adguard-home-wiki from doq-status to master Squashed commit of the following: commit 4b4fa8e5f5c588775c4e0d45a0a8eb60c4835070 Author: Dimitry Kolyshev Date: Fri May 27 12:24:51 2022 +0200 4592 doq status --- Configuration.md | 4 ++-- Encryption.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Configuration.md b/Configuration.md index 4b1a32d..95b0623 100644 --- a/Configuration.md +++ b/Configuration.md @@ -76,7 +76,7 @@ Examples: * `https://cloudflare-dns.com/dns-query`: encrypted [DNS-over-HTTPS]. -* `quic://dns-unfiltered.adguard.com:853`: experimental [DNS-over-QUIC] support. +* `quic://dns-unfiltered.adguard.com:853`: encrypted [DNS-over-QUIC]. * `tcp://1.1.1.1`: plain DNS (over TCP). @@ -279,7 +279,7 @@ hostname resolution” setting in the “Upstream DNS servers” section or via [2915]: https://github.com/AdguardTeam/AdGuardHome/issues/2915 [DNS Stamps]: https://dnscrypt.info/stamps/ [DNS-over-HTTPS]: https://en.wikipedia.org/wiki/DNS_over_HTTPS -[DNS-over-QUIC]: https://datatracker.ietf.org/doc/html/draft-ietf-dprive-dnsoquic-10 +[DNS-over-QUIC]: https://datatracker.ietf.org/doc/html/rfc9250 [DNS-over-TLS]: https://en.wikipedia.org/wiki/DNS_over_TLS [DNSCrypt]: https://dnscrypt.info/ [dnsmasq-man]: http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html diff --git a/Encryption.md b/Encryption.md index afc5fbf..0a40f30 100644 --- a/Encryption.md +++ b/Encryption.md @@ -5,7 +5,7 @@ protocols **out-of-the-box**: * [DNS-over-HTTPS](https://en.wikipedia.org/wiki/DNS_over_HTTPS) * [DNS-over-TLS](https://en.wikipedia.org/wiki/DNS_over_TLS) - * [DNS-over-QUIC](https://tools.ietf.org/html/draft-ietf-dprive-dnsoquic-10) + * [DNS-over-QUIC](https://datatracker.ietf.org/doc/html/rfc9250) > AdGuard Home also supports [DNSCrypt](https://dnscrypt.info/) (both > client-side and server-side). [Read this](DNSCrypt) to learn about