feat(naromk3): open ports for email server
This commit is contained in:
@@ -23,9 +23,12 @@
|
||||
id = "0003beef";
|
||||
firewall = {
|
||||
openPorts = [
|
||||
22 # Gitea SSH
|
||||
80 # HTTP
|
||||
22 # Gitea SSH
|
||||
25 # SMTP
|
||||
80 # HTTP
|
||||
443 # HTTPS
|
||||
465 # SMTPS
|
||||
993 # IMAPS
|
||||
];
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user