Open port 80 from adm hosts for certbot

This commit is contained in:
Timo Makinen 2024-05-11 19:13:29 +00:00
parent ce72d0d17a
commit eb4a2fa842

View file

@ -4,5 +4,6 @@ datadisks:
firewall_in:
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
- {proto: tcp, port: 80, from: [172.20.20.0/22]}
- {proto: tcp, port: 443, from: [172.20.20.0/22]}
- {proto: tcp, port: 9100, from: [172.20.20.0/22]}