feat: open minecraft rcon and archipelago
This commit is contained in:
parent
db9e1cfd4b
commit
3945f5003d
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue