feat(nixos): allow UDP ports 4950 and 4955 for Warframe

This commit is contained in:
uttarayan21
2025-10-29 23:38:29 +05:30
parent 57317446da
commit 6b53bd8dc3

View File

@@ -191,6 +191,7 @@
nftables.enable = true;
firewall = {
enable = true;
allowedUDPPorts = [4950 4955]; # Warframe
allowedTCPPortRanges = [
{
from = 1714;