need to open ports on alexandria

This commit is contained in:
William 2025-06-01 18:20:32 -03:00
parent 632f4d9b38
commit ba224d45a4

View file

@ -6,10 +6,11 @@
allowedTCPPorts = [ allowedTCPPorts = [
80 # HTTP 80 # HTTP
443 # HTTPS 443 # HTTPS
# 25565 # Minecraft 25565 # Minecraft
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
# 25565 # Minecraft 19132 # Minecraft Bedrock
25565 # Minecraft
]; ];
}; };
}; };