This commit is contained in:
Root User 2026-03-30 14:29:35 +03:00
parent b6defb06c5
commit 1e3668bf29
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -1041,8 +1041,8 @@ in {
};
# Allow common HTTP/S and control ports,
networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001 3001 993 465 25 25565 24454 2456 2457 2458 26000 1234 3979 2022];
networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001 993 465 25 25565 24454 2022 2456 2457 2458 26000 1234 3979 2022];
networking.firewall.allowedTCPPorts = [80 443 10022 30033 8448 9001 3001 993 465 25 25565 24454 2456 2457 2458 26000 1234 3979 2022 19132];
networking.firewall.allowedUDPPorts = [80 443 9987 9001 3001 993 465 25 25565 24454 2022 2456 2457 2458 26000 1234 3979 2022 19132];
system.stateVersion = "25.11";
};