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

@ -115,7 +115,11 @@ in {
allowPing = true; allowPing = true;
allowedTCPPorts = [ allowedTCPPorts = [
80 443 # HTTP/nginx 80 443 # HTTP/nginx
6697 # znc 6697 # znc
34197 # factorio
];
allowedUDPPorts = [
34197 # factorio
]; ];
}; };
}; };