firewall?
This commit is contained in:
@@ -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 [ ]) ++
|
||||
[ ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user