Opened port for open-stage-control
This commit is contained in:
parent
6b99c0f771
commit
bc5148e601
|
@ -43,12 +43,14 @@
|
||||||
# Setup firewall
|
# Setup firewall
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
22752
|
8080
|
||||||
15151
|
15151
|
||||||
|
22752
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
22752
|
8080
|
||||||
15151
|
15151
|
||||||
|
22752
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue