firewall?

This commit is contained in:
soraefir
2026-05-08 02:20:28 +02:00
parent 4c1f9f0e78
commit 8fedaf18cd
2 changed files with 1 additions and 6 deletions

View File

@@ -13,6 +13,7 @@
allowedTCPPorts =
(if (config.syscfg.server != false && config.syscfg.server.web) then [ 80 443 22 ] else [ ]) ++
(if (config.syscfg.server != false) then [ 5432 6379 ] else [ ]) ++
[ ];
};
};