Infini-DL360: open default Minecraft port

This commit is contained in:
Infinidoge 2024-05-30 00:47:12 -04:00
parent 5a83ae266a
commit f6d739ac21
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E

View file

@ -47,7 +47,7 @@
networking = {
firewall = {
allowedUDPPorts = [ 80 443 ];
allowedTCPPorts = [ 80 443 ];
allowedTCPPorts = [ 80 443 25565 ];
};
};