Open ports for maddy

This commit is contained in:
Ivan R. 2023-08-19 16:59:21 +05:00
parent 44fb7f8d1f
commit 0b9af988da
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -9,8 +9,16 @@
firewall = { firewall = {
enable = true; enable = true;
# SSH, nginx allowedTCPPorts = [
allowedTCPPorts = [ 22 80 443 ]; 22 # SSH
80 # nginx
443 # nginx
25 # smtp inbound
465 # smtp submission
587 # smtp submission
143 # imap
993 # imap
];
# Jellyfin # Jellyfin
allowedUDPPorts = [ 1900 7359 ]; allowedUDPPorts = [ 1900 7359 ];
}; };