feat(bomba): open port 80/udp, 443/udp and remove 5900/tcp

This commit is contained in:
2026-03-13 08:03:00 +01:00
parent cfb389024c
commit 4913a2dc65
+6 -2
View File
@@ -5,10 +5,14 @@
firewall = {
allowedTCPPorts = [
22
5900
80
443
8001
];
allowedUDPPorts = [ ];
allowedUDPPorts = [
80
443
];
enable = true;
};
};