From c65fbb6f6c229afccb203319547bd85a266da673 Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Sun, 9 Aug 2026 22:23:52 +0800 Subject: [PATCH] Update miniupnpd.patch --- .github/diy/patches/miniupnpd.patch | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/diy/patches/miniupnpd.patch b/.github/diy/patches/miniupnpd.patch index 7ac6c1a1..810449b3 100644 --- a/.github/diy/patches/miniupnpd.patch +++ b/.github/diy/patches/miniupnpd.patch @@ -1,12 +1,14 @@ --- a/miniupnpd/files/upnpd.config +++ b/miniupnpd/files/upnpd.config -@@ -1,5 +1,5 @@ - config upnpd config -- option enabled 0 -+ option enabled 1 - option enable_natpmp 1 - option enable_upnp 1 - option secure_mode 1 +@@ -1,7 +1,7 @@ + # UPnP IGD & PCP/NAT-PMP Service Settings (v2.0) + + config upnpd 'settings' +- option enabled '0' ++ option enabled '1' + # 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