Open port 80 from adm hosts for certbot
This commit is contained in:
parent
ce72d0d17a
commit
eb4a2fa842
1 changed files with 1 additions and 0 deletions
|
@ -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]}
|
||||
|
|
Loading…
Add table
Reference in a new issue