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:
@@ -81,6 +81,7 @@ stdenv.mkDerivation rec {
|
||||
"--firewall=${firewall}"
|
||||
# allow using various config options
|
||||
"--ipv6"
|
||||
"--igd2"
|
||||
"--leasefile"
|
||||
"--regex"
|
||||
"--vendorcfg"
|
||||
|
||||
Reference in New Issue
Block a user