This commit is contained in:
2025-07-28 10:05:53 -05:00
parent 1f0f9b12e9
commit d8cbe3ae9e

View File

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