Setting Up Pi-Hole on Docker using Ubuntu Server 20.04 LTS
Вставка
- Опубліковано 12 лис 2024
- Ubuntu Server - ubuntu.com/dow...
Pi-Hole Official Site - pi-hole.net/
Prior to running the script on Ubuntu, you'll need to do the following:
sudo systemctl stop systemd-resolved.service
sudo systemctl disable systemd-resolved.service
sudo nano /etc/resolv.conf #add "nameserver 8.8.8.8"
Download the script from Github
wget raw.githubuser...
chmod 700 ./docker_run.sh
sudo ./docker_run.sh
#Remember to change the Server IP and the Timezone prior to running your script.