Derp, forgot to open ports to the Bluemap

This commit is contained in:
Root User 2026-03-20 16:38:43 +01:00
parent 0403901091
commit 7cbfeb4003
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -48,8 +48,8 @@ in {
services.tailscale.enable = true; services.tailscale.enable = true;
networking.firewall.allowedTCPPorts = [25565 24454]; networking.firewall.allowedTCPPorts = [25565 24454 8100];
networking.firewall.allowedUDPPorts = [25565 24454]; networking.firewall.allowedUDPPorts = [25565 24454 8100];
# 24454 - https://modrepo.de/minecraft/voicechat/wiki/server_setup_self_hosted !!! # 24454 - https://modrepo.de/minecraft/voicechat/wiki/server_setup_self_hosted !!!
# This is the VoiceChat mod in Minecraft # This is the VoiceChat mod in Minecraft