Add pi.hole configuration info

This commit is contained in:
Johan 2023-04-18 19:37:16 +02:00
parent 3f5df5e15b
commit 0f82cc6b9f

View File

@ -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 = <IP-of-pi.hole>``` and make sure the DHCP uses the dc as DNS.
## Install VM Tweaks
```bash