feat(configuration): add trusted interface and UDP port for Warframe

This commit is contained in:
uttarayan21
2025-10-30 11:33:50 +05:30
parent 6b53bd8dc3
commit e68b9ca00a

View File

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