mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Derp, forgot to open ports to the Bluemap
This commit is contained in:
parent
0403901091
commit
7cbfeb4003
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ in {
|
|||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [25565 24454];
|
||||
networking.firewall.allowedUDPPorts = [25565 24454];
|
||||
networking.firewall.allowedTCPPorts = [25565 24454 8100];
|
||||
networking.firewall.allowedUDPPorts = [25565 24454 8100];
|
||||
|
||||
# 24454 - https://modrepo.de/minecraft/voicechat/wiki/server_setup_self_hosted !!!
|
||||
# This is the VoiceChat mod in Minecraft
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue