Pi-hole: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  sudo apt install haproxy
  sudo apt install haproxy
  sudo apt install nginx
  sudo apt install nginx
==Knowledge==
{|
|valign='top'|
pihole -a -p
pihole -c -j
|valign='top'|
|valign='top'|
|-
|colspan='3'|
----
|-
|valign='top'|
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
|valign='top'|
|valign='top'|
|}


==References==
==References==

Revision as of 00:10, 19 April 2023

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