Updated firewall
This commit is contained in:
parent
9089f9d936
commit
54d8f51fb5
@ -43,11 +43,15 @@
|
|||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
8080
|
8080
|
||||||
|
10400
|
||||||
|
10402
|
||||||
15151
|
15151
|
||||||
22752
|
22752
|
||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
8080
|
8080
|
||||||
|
10400
|
||||||
|
10402
|
||||||
15151
|
15151
|
||||||
22752
|
22752
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user