mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-12 11:24:37 +08:00
24 lines
694 B
Diff
24 lines
694 B
Diff
--- a/miniupnpd/files/upnpd.config
|
|
+++ b/miniupnpd/files/upnpd.config
|
|
@@ -1,7 +1,8 @@
|
|
# UPnP IGD & PCP/NAT-PMP Service Settings (v2.0)
|
|
|
|
config upnpd 'settings'
|
|
- option enabled '0'
|
|
+ option enabled '1'
|
|
+ option allow_cgnat 'report-private-ipv4'
|
|
# Can be set to all/upnp-igd/pcp+nat-pmp
|
|
option enable_protocols 'all'
|
|
# Enable networks, multiple can be specified, separated by a space
|
|
|
|
--- a/miniupnpd/Makefile
|
|
+++ b/miniupnpd/Makefile
|
|
@@ -58,7 +58,6 @@ define Package/miniupnpd-nftables
|
|
TITLE+= (nftables)
|
|
VARIANT:=nftables
|
|
DEFAULT_VARIANT:=1
|
|
- CONFLICTS:=miniupnpd-iptables
|
|
endef
|
|
|
|
define Package/miniupnpd/conffiles/Default
|