clouvider-lon01: factorio: open firewall

This commit is contained in:
Luke Granger-Brown 2020-11-30 19:53:57 +00:00
parent 23e97ff266
commit 7b9191f261

View file

@ -116,6 +116,10 @@ in {
allowedTCPPorts = [ allowedTCPPorts = [
80 443 # HTTP/nginx 80 443 # HTTP/nginx
6697 # znc 6697 # znc
34197 # factorio
];
allowedUDPPorts = [
34197 # factorio
]; ];
}; };
}; };