Pi-hole setup ubuntu 22.04 | Network-wide protection for business and home

Published: 20 August 2022
on channel: linux-syr
7,911
39

how to install pi hole on ubuntu 20.04 server.
Pi-hole is a linux universal network-wide ad blocker that protects a network from ads and trackers without requiring setup on individual devices. It is able to block ads on any network device and unlike browser add-ons, Pi-hole blocks ads on any type of software.
all used commands:
curl -sSL https://install.pi-hole.net | bash
for a static IP configuration:
https://cutt.ly/7XRhDvg
sudo netplan apply