net: open UDP ports required for UPnP

This commit is contained in:
Colin 2023-05-26 22:45:41 +00:00
parent 7e402ce974
commit aae118b476

View File

@ -20,4 +20,8 @@
General.RoamThreshold = "-52"; # default -70
General.RoamThreshold5G = "-52"; # default -76
};
networking.firewall.allowedUDPPorts = [
1900 # to received UPnP advertisements. required by sane-ip-check-upnp
];
}