Add nginx to mail servers for getting certificate
This commit is contained in:
parent
83304f752c
commit
c8387f759a
2 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
firewall_in:
|
||||
- {proto: tcp, port: 22, from: [172.20.20.0/22]}
|
||||
- {proto: tcp, port: 25}
|
||||
- {proto: tcp, port: 443}
|
||||
- {proto: tcp, port: 465}
|
||||
- {proto: tcp, port: 587}
|
||||
- {proto: tcp, port: 993}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue