Pi-hole

From Chorke Wiki
Revision as of 05:14, 19 April 2023 by Shahed (talk | contribs) (Knowledge)
Jump to navigation Jump to search
curl -sSL https://install.pi-hole.net | bash
sudo apt install haproxy
sudo apt install nginx
pihole -a -p

Knowledge

systemctl status lighttpd
systemctl status haproxy
systemctl status nginx
pihole -c -j

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

References