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