Add additional ports to firewall configuration for Traefik

This commit is contained in:
Root User 2026-03-19 23:38:19 +01:00
parent e0826785c7
commit 255dd70855
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -882,8 +882,8 @@ in {
}; };
}; };
networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001 3001 993 465 25]; networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001 3001 993 465 25 25565 24454];
networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001 993 465 25]; networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001 993 465 25 25565 24454];
system.stateVersion = "25.11"; system.stateVersion = "25.11";
}; };