feat: open minecraft rcon and archipelago

This commit is contained in:
Noa Aarts 2024-06-28 09:54:50 +02:00
parent db9e1cfd4b
commit 3945f5003d

View file

@ -126,8 +126,8 @@
};
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 22 25565 ];
networking.firewall.allowedUDPPorts = [ 22 25565 ];
networking.firewall.allowedTCPPorts = [ 22 25565 25575 38281 ];
networking.firewall.allowedUDPPorts = [ 22 25565 25575 38281 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;