port forward minecraft
This commit is contained in:
parent
1632316027
commit
9b7f90fb31
|
@ -18,8 +18,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Open ports in firewall
|
# Open ports in firewall
|
||||||
networking.firewall.allowedTCPPorts = [ 22 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 22 80 443 25565 ];
|
||||||
networking.firewall.allowedUDPPorts = [ 22 80 443 ];
|
networking.firewall.allowedUDPPorts = [ 22 80 443 25565 ];
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
# Trust zerotier interface
|
# Trust zerotier interface
|
||||||
networking.firewall.trustedInterfaces = [ "zt5u4uutwm" ];
|
networking.firewall.trustedInterfaces = [ "zt5u4uutwm" ];
|
||||||
|
|
Loading…
Reference in New Issue