feat(nixos): allow UDP ports 4950 and 4955 for Warframe
This commit is contained in:
@@ -191,6 +191,7 @@
|
|||||||
nftables.enable = true;
|
nftables.enable = true;
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
allowedUDPPorts = [4950 4955]; # Warframe
|
||||||
allowedTCPPortRanges = [
|
allowedTCPPortRanges = [
|
||||||
{
|
{
|
||||||
from = 1714;
|
from = 1714;
|
||||||
|
|||||||
Reference in New Issue
Block a user