734 current 2024-06-04 18:21:15 24.11.20240531.57610d2 6.9.2-zen1 *
This commit is contained in:
parent
37a3dba955
commit
887ab93eb4
2 changed files with 8 additions and 8 deletions
|
|
@ -157,7 +157,7 @@
|
|||
};
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [80 443 6969 2022 24454];
|
||||
networking.firewall.allowedTCPPorts = [80 443 6969 2022];
|
||||
networking.firewall.allowedTCPPortRanges = [
|
||||
{
|
||||
from = 25565;
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
to = 24464;
|
||||
}
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [80 443 6969 2022 24454];
|
||||
networking.firewall.allowedUDPPorts = [80 443 6969 2022];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue