Pi-hole: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 7: | Line 7: | ||
{| | {| | ||
|valign='top'| | |valign='top'| | ||
systemctl status lighttpd | |||
systemctl status haproxy | |||
|valign='top'| | |valign='top'| | ||
systemctl status nginx | |||
pihole -c -j | |||
|valign='top'| | |valign='top'| | ||
| Line 20: | Line 22: | ||
|valign='top'| | |valign='top'| | ||
sudo ss -tulwn | grep LISTEN | 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 | sudo ss -tulpn | grep LISTEN | grep lighttpd | ||
|valign='top'| | |valign='top'| | ||
Revision as of 05:14, 19 April 2023
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
|
| ||