clarify pihole
This commit is contained in:
parent
2f8e9ead8f
commit
f697d977a9
@ -1,27 +1,26 @@
|
|||||||
|
View DNS traffic
|
||||||
# List Out DNS
|
|
||||||
|
|
||||||
> echo "addn-hosts=/etc/pihole/lan.list" | sudo tee /etc/dnsmasq.d/02-lan.conf
|
|
||||||
|
|
||||||
Then edit that list
|
|
||||||
|
|
||||||
> sudo vim /etc/dnsmasq.d/02-lan.conf
|
|
||||||
|
|
||||||
`192.168.0.10 ratking.lan ratking`
|
|
||||||
|
|
||||||
Then restart the pihole's dns:
|
|
||||||
|
|
||||||
> sudo pihole restartdns
|
|
||||||
|
|
||||||
#View DNS traffic
|
|
||||||
|
|
||||||
> pihole -t
|
> pihole -t
|
||||||
|
|
||||||
#Change password
|
Change password
|
||||||
|
|
||||||
> pihole -a -p
|
> pihole -a -p
|
||||||
|
|
||||||
# Get new list of cancer
|
Get new list of cancer
|
||||||
|
|
||||||
> pihole -g
|
> pihole -g
|
||||||
|
|
||||||
|
Change upstream DNS
|
||||||
|
|
||||||
|
> sudo vim /etc/dnsmasq/pihol*
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
> sudo usermod -aG pihole $USER
|
||||||
|
|
||||||
|
> sudo systemctl stop systemd-resolved
|
||||||
|
|
||||||
|
> sudo rm -f /dev/shm/FTL-*
|
||||||
|
|
||||||
|
> pihole -g -r
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user