From cb6ff86d307c269bdbafeaf497983eb1fe47bf54 Mon Sep 17 00:00:00 2001 From: John D <427295+boostchicken@users.noreply.github.com> Date: Tue, 16 Nov 2021 08:38:06 -0800 Subject: [PATCH] Update README.md --- run-pihole/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/run-pihole/README.md b/run-pihole/README.md index c1063f8..11ed6ca 100644 --- a/run-pihole/README.md +++ b/run-pihole/README.md @@ -61,10 +61,10 @@ ``` The below errors are expected and acceptable - ```sh + ERRO[0022] unable to get systemd connection to add healthchecks: dial unix /run/systemd/private: connect: no such file or directory ERRO[0022] unable to get systemd connection to start healthchecks: dial unix /run/systemd/private: connect: no such file or directory - ``` + 1. Set pihole password @@ -122,8 +122,8 @@ has a tiny memory footprint and operates on an event loop with some major optimisations for connection caching. It allows you to forward traffic to any DNS-over-TLS provider. -#### Migration Instructions -Simply copy the `upd_pihole_dote.sh` script to `/mnt/data/scripts` and run it +#### Custom Build Instructions +Simply copy the `custom_pihole_dote.sh` script to `/mnt/data/scripts` and run it to forward all DNS traffic over TLS to Cloudflare 1.1.1.1. You can modify the script to forward to different services with ease and full configuration options including certificate pinning is available in the DoTe README here: