Pi-hole

From Chorke Wiki
Jump to navigation Jump to search
curl -sSL https://install.pi-hole.net | bash
sudo apt install haproxy
sudo apt install nginx

Knowledge

pihole -a -p
pihole -c -j

sudo ss -tulwn | grep LISTEN
sudo ss -tulpn | grep LISTEN | grep lighttpd
sudo ss -tulpn | grep LISTEN | grep haproxy
sudo ss -tulpn | grep LISTEN | grep nginx

References