Pi-Hole Setup for Blocking Ads on Every Device

[CENTER]
https://www.youtube.com/watch?v=wFPqfMegdzc
[/CENTER]

Ever wanted a way to block ads across all devices in your network? Why not try Pi-Hole. Don’t have a way to start a lab at home, why not my referral link at Digital Ocean to get started with $200 in credit?

Official Docs: https://docs.pi-hole.net/main/basic-install/

Method 1 (Used in video):

curl -sSL https://install.pi-hole.net | sudo bash

Method 2:

git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
cd "Pi-hole/automated install/"
sudo bash basic-install.sh

Method 3:

wget -O basic-install.sh https://install.pi-hole.net
sudo bash basic-install.sh

Method 4:
Install from docker. See pi-hole documentation for that.