🚧 Reset pi-hole dns resolution and security notes
This commit is contained in:
parent
21ff2961a6
commit
49510a5801
2 changed files with 12 additions and 1 deletions
10
updates.txt
10
updates.txt
|
|
@ -913,3 +913,13 @@ paru -Rs duf-git && doas pacman -S duf
|
|||
08/30/2025
|
||||
Install pwgen
|
||||
doas pacman -S pwgen
|
||||
|
||||
09/05/2025
|
||||
Add security fields so pihole is not exposed to public:
|
||||
doas ufw default deny incoming (not necessary here, you already did this, but here for documentation purposes)
|
||||
doas ufw allow in on lo
|
||||
doas ufw deny in proto udp to any port 53
|
||||
doas ufw deny in proto tcp to any port 53
|
||||
doas ufw disable && doas ufw enable
|
||||
|
||||
This is because of recent updates to pihole-unbound docker config file (re-run docker compose on this file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue