openport
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
allowedTCPPorts =
|
allowedTCPPorts =
|
||||||
(if (config.syscfg.server != false && config.syscfg.server.web) then [ 80 443 22 ] else [ ]) ++
|
(if (config.syscfg.server != false && config.syscfg.server.web) then [ 80 443 22 ] else [ ]) ++
|
||||||
(if (config.syscfg.server != false) then [ 5432 6379 ] else [ ]) ++
|
(if (config.syscfg.server != false) then [ 5432 6379 8181 ] else [ ]) ++
|
||||||
[ ];
|
[ ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user