Stop and Disable systemd-resolved
When I build a Pi-Hole server I usually install it in Docker on an Ubuntu Server on an old Raspberry Pi or Intel NUC. The default install of Ubuntu has systemd-resolved installed which clashes when you bring the Pi-hole Docker container up. I can never remember the steps to disable systemd-resolved so this is my reminder :-) Stop and Disable systemd-resolved Check the Status of systemd-resolved: First, check if systemd-resolved is running:...