Browse Source
Merge pull request #12765 from neheb/mnu
miniupnpd: default to IGDv1
lilik-openwrt-22.03
Rosen Penev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
net/miniupnpd/Makefile
-
net/miniupnpd/files/upnpd.config
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=miniupnpd |
|
|
|
PKG_VERSION:=2.1.20200510 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
PKG_RELEASE:=4 |
|
|
|
|
|
|
|
PKG_SOURCE_URL:=https://miniupnp.tuxfamily.org/files |
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
|
|
@ -11,7 +11,7 @@ config upnpd config |
|
|
|
option internal_iface lan |
|
|
|
option port 5000 |
|
|
|
option upnp_lease_file /var/run/miniupnpd.leases |
|
|
|
option igdv1 0 |
|
|
|
option igdv1 1 |
|
|
|
|
|
|
|
config perm_rule |
|
|
|
option action allow |
|
|
|