miniupnpd: enable IGDv2 support

Needed for IPv6 pinholing. The internet will tell you that this
breaks Microsoft clients, but miniupnpd is actually smart and will
automatically detect Microsoft User-Agents and pretend to be IGDv1.

Yay Windows.
This commit is contained in:
K900
2026-02-08 00:37:00 +03:00
parent 895c66264b
commit 3e2552d8e4
@@ -81,6 +81,7 @@ stdenv.mkDerivation rec {
"--firewall=${firewall}"
# allow using various config options
"--ipv6"
"--igd2"
"--leasefile"
"--regex"
"--vendorcfg"