clouvider-lon01: factorio: open firewall
This commit is contained in:
parent
23e97ff266
commit
7b9191f261
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue