From 857dc9e2cd67ff37bc30cb796db66351ea5992db Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 18 Jan 2018 01:20:00 +0100 Subject: [PATCH] DoH is especially interesting over HTTP2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3252c649..2a65e2f4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ dnscrypt-proxy is a flexible DNS proxy. It runs on your computer or router, and ### Installing as a system service (Windows, Linux, MacOS) -Type `dnscrypt-proxy -service install` to register dnscrypt-proxy as a system service, and `dnscrypt-proxy -service start` to start it. +With administrator privileges, type `dnscrypt-proxy -service install` to register dnscrypt-proxy as a system service, and `dnscrypt-proxy -service start` to start it. Done. It will automatically start at boot. @@ -70,7 +70,7 @@ The current 2.0.0 beta version includes all the major features from dnscrypt-pro * Offline responses * Local DNSSEC validation * Flexible logging -* [DNS-over-HTTPS (DoH)](https://datatracker.ietf.org/wg/doh/about/), the successor to DNS-over-TLS +* [DNS-over-HTTP2 (DoH)](https://datatracker.ietf.org/wg/doh/about/), the successor to DNS-over-TLS * Support for the V1 plugin API * Real documentation