port forward minecraft

This commit is contained in:
Nathan McCarty 2022-06-03 23:08:40 -04:00
parent 1632316027
commit 9b7f90fb31
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 2 deletions

View File

@ -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" ];