Pi-hole: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
sudo apt install haproxy | sudo apt install haproxy | ||
sudo apt install nginx | sudo apt install nginx | ||
pihole -a -p | |||
==Knowledge== | ==Knowledge== |
Revision as of 23:10, 18 April 2023
curl -sSL https://install.pi-hole.net | bash sudo apt install haproxy sudo apt install nginx pihole -a -p
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
| ||