Opened firewall for mc

This commit is contained in:
William 2025-05-18 18:24:47 -03:00
parent 222c69b136
commit a92172bfbc
4 changed files with 29 additions and 24 deletions

View file

@ -4,12 +4,14 @@
networking = {
firewall = {
allowedTCPPorts = [
80
443
8010
9666
80 # HTTP
443 # HTTPS
25565 # Minecraft
];
allowedUDPPorts = [
24454 # Minecraft Simple Voice Chat
25565 # Minecraft
];
allowedUDPPorts = [ 24454 ];
};
};
}