added uptime-kuma and script to allow INPUT rules to access lan from containers
This commit is contained in:
4
scripts/ufw.txt
Normal file
4
scripts/ufw.txt
Normal 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
|
||||
Reference in New Issue
Block a user