From 8ae2eca1ea1c0653c8bfd2f8409864e37181802b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 4 Mar 2020 18:45:44 +0200 Subject: [PATCH] Minor additions (#273) --- docs/guides/dns-over-https.md | 2 +- docs/guides/unbound.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/dns-over-https.md b/docs/guides/dns-over-https.md index 9b2979e..9ef2c90 100644 --- a/docs/guides/dns-over-https.md +++ b/docs/guides/dns-over-https.md @@ -169,7 +169,7 @@ google.com. 191 IN A 172.217.22.14 ### Configuring Pi-hole -Finally, configure Pi-hole to use the local `cloudflared` service as the upstream DNS server by specifying `127.0.0.1#5053` as the Custom DNS: +Finally, configure Pi-hole to use the local `cloudflared` service as the upstream DNS server by specifying `127.0.0.1#5053` as the Custom DNS (IPv4): ![Screenshot of Pi-hole configuration](../images/DoHConfig.png) diff --git a/docs/guides/unbound.md b/docs/guides/unbound.md index 6a84aca..ef53189 100644 --- a/docs/guides/unbound.md +++ b/docs/guides/unbound.md @@ -147,7 +147,7 @@ The first command should give a status report of `SERVFAIL` and no IP address. T ### Configure Pi-hole -Finally, configure Pi-hole to use your recursive DNS server: +Finally, configure Pi-hole to use your recursive DNS server by specifying `127.0.0.1#5353` as the Custom DNS (IPv4): ![screenshot at 2018-04-18](../images/RecursiveResolver.png)