firewall allow port 3333

This commit is contained in:
2024-10-12 06:55:47 +05:30
parent f82e84fc83
commit c33278b0bf

View File

@ -65,7 +65,7 @@
firewall = {
enable = true;
allowedTCPPorts = [80 443 22];
allowedTCPPorts = [80 443 22 3333];
};
};