added uptime-kuma and script to allow INPUT rules to access lan from containers

This commit is contained in:
2026-03-26 18:55:20 +01:00
parent 99a7a1f86a
commit 9155a817f2
2 changed files with 28 additions and 0 deletions

4
scripts/ufw.txt Normal file
View File

@@ -0,0 +1,4 @@
#allow docker bridge to enter back to the lan network (split-dns monitoring via uptime kuma)
ufw allow proto tcp from 172.21.0.0/16 to 192.168.8.93 port 443
ufw allow proto tcp from 172.21.0.0/16 to 192.168.8.93 port 80