diff --git a/miniupnpd/Makefile b/miniupnpd/Makefile index c8a23c0b..a07798db 100644 --- a/miniupnpd/Makefile +++ b/miniupnpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd PKG_VERSION:=2.3.9 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:=https://github.com/miniupnp/miniupnp/releases/download/miniupnpd_$(subst .,_,$(PKG_VERSION)) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/miniupnpd/patches/901-options-force_forwarding-support.patch b/miniupnpd/patches/901-options-force_forwarding-support.patch index 9e4329c5..2b74af6b 100644 --- a/miniupnpd/patches/901-options-force_forwarding-support.patch +++ b/miniupnpd/patches/901-options-force_forwarding-support.patch @@ -159,7 +159,7 @@ #ext_allow_private_ipv4=yes +#force forwarding enable for upnp: default is no -+#force_forwarding=yes ++force_forwarding=yes # The WAN interface must have a public IP address. Otherwise it is behind NAT # and port forwarding is impossible. In some cases WAN interface can be # behind unrestricted full-cone NAT 1:1 when all incoming traffic is NAT-ed and