From 56c85b7efaf7135083df7e09b888d294de790113 Mon Sep 17 00:00:00 2001 From: Chuck Date: Mon, 13 Apr 2020 16:55:02 +0800 Subject: [PATCH] miniupnpd: default enable --- net/miniupnpd/files/upnpd.config | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/net/miniupnpd/files/upnpd.config b/net/miniupnpd/files/upnpd.config index 9a65bfa6..d1ecfb01 100644 --- a/net/miniupnpd/files/upnpd.config +++ b/net/miniupnpd/files/upnpd.config @@ -1,17 +1,17 @@ config upnpd config - option enabled 0 + option enabled 1 option enable_natpmp 1 option enable_upnp 1 option secure_mode 1 option log_output 0 - option download 1024 - option upload 512 - #by default, looked up dynamically from ubus + option download 1024 + option upload 512 + #by default, looked up dynamically from ubus #option external_iface wan option internal_iface lan option port 5000 option upnp_lease_file /var/upnp.leases - + config perm_rule option action allow option ext_ports 1024-65535 @@ -20,8 +20,8 @@ config perm_rule option comment "Allow high ports" config perm_rule - option action deny - option ext_ports 0-65535 - option int_addr 0.0.0.0/0 - option int_ports 0-65535 - option comment "Default deny" + option action deny + option ext_ports 0-65535 + option int_addr 0.0.0.0/0 + option int_ports 0-65535 + option comment "Default deny"