5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
#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
|