summaryrefslogtreecommitdiff
path: root/data/templates/firewall/upnpd.conf.j2
AgeCommit message (Collapse)Author
2024-05-14T3420: Remove service upnpViacheslav Hletenko
Remove `service upnp` as it never worked as expected, nft rules do not integrated and custom patches do not seem like a suitable solution for now. Security: UPnP has been historically associated with security risks due to its automatic and potentially unauthenticated nature. UPnP devices might be vulnerable to unauthorized access or exploitation.
2024-02-01upnp: T5989: add ipv4-prefix as a valid option for UPnP ACLsChris Buechler
2022-08-19UPnP: T4611: Rule must be as prefix instead of an addressViacheslav Hletenko
From the doc miniupnpd IP/mask format must be nnn.nnn.nnn.nnn/nn Comment out invalid option "anchor"
2022-08-16UPnP: T4620: Fix Jinja2 template rulesViacheslav Hletenko
2022-05-01firewall: T4353: fix Jinja2 linting errorsChristian Poessinger