Temporarily open port on firewall.

This commit is contained in:
Raphaël Numbus
2026-02-27 12:00:02 +01:00
parent df165acd1c
commit c2b49d7d67
+1 -1
View File
@@ -6,7 +6,7 @@
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowPing = true; allowPing = true;
allowedTCPPorts = [ 53 80 443 ]; allowedTCPPorts = [ 53 80 443 2283 ];
allowedUDPPorts = [ 53 443 ]; allowedUDPPorts = [ 53 443 ];
}; };
}; };