small changes to firewall 4

This commit is contained in:
2025-07-20 17:01:44 +02:00
parent 60a8524de3
commit 5bed3c89c6
3 changed files with 4 additions and 47 deletions

View File

@@ -30,7 +30,8 @@
enable = true;
interfaces = {
"enp6s0" = {
allowedTCPPorts = [22 80 443];
allowedTCPPorts = [22 80 443 8112];
allowedUDPPorts = [58846 6881];
};
};
};