diff --git a/mailserver/configuration.nix b/mailserver/configuration.nix index cfecc65..47bf9f1 100644 --- a/mailserver/configuration.nix +++ b/mailserver/configuration.nix @@ -26,7 +26,7 @@ firewall = { enable = true; allowedTCPPorts = [ 53 80 443 18081 ]; - allowedUDPPorts = [ 53 51820 ]; + allowedUDPPorts = [ 53 51820 18081 ]; }; stevenBlackHosts = { enable = true;