From 0f82cc6b9faffed0a9ca93576d0822341c996dd0 Mon Sep 17 00:00:00 2001 From: Johan Date: Tue, 18 Apr 2023 19:37:16 +0200 Subject: [PATCH] Add pi.hole configuration info --- BashScripts/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BashScripts/README.md b/BashScripts/README.md index 0a511c0..abee6ab 100644 --- a/BashScripts/README.md +++ b/BashScripts/README.md @@ -36,6 +36,15 @@ sudo su -c "bash <(wget -qO- https://git.myspace.nu/MySpace/Docs/raw/branch/mast sudo su -c "bash <(wget -qO- https://git.myspace.nu/MySpace/Docs/raw/branch/master/BashScripts/install-ubuntu-dc.sh)" ``` +Combind with [pi.hole](https://pi-hole.net/) by running + +```bash +curl -sSL https://install.pi-hole.net | bash +``` + +And update ```/etc/samba/smb.conf``` with ```dns forwarder = ``` and make sure the DHCP uses the dc as DNS. + + ## Install VM Tweaks ```bash