This commit is contained in:
2025-07-27 18:42:58 -05:00
parent 1e128b4968
commit a1a6fb02bd

View File

@@ -285,7 +285,7 @@
};
networking.firewall = {
allowedTCPPorts = [ ];
allowedTCPPorts = [ 80 8080 ];
allowedUDPPorts = [ 3478 ];
allowedUDPPortRanges = [{ from = 49152; to = 54152; }];
};