miniupnpd: default enable

This commit is contained in:
Chuck 2020-04-13 16:55:02 +08:00 committed by GitHub
parent f35494fd72
commit 56c85b7efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
config upnpd config config upnpd config
option enabled 0 option enabled 1
option enable_natpmp 1 option enable_natpmp 1
option enable_upnp 1 option enable_upnp 1
option secure_mode 1 option secure_mode 1
option log_output 0 option log_output 0
option download 1024 option download 1024
option upload 512 option upload 512
#by default, looked up dynamically from ubus #by default, looked up dynamically from ubus
#option external_iface wan #option external_iface wan
option internal_iface lan option internal_iface lan
option port 5000 option port 5000
@ -20,8 +20,8 @@ config perm_rule
option comment "Allow high ports" option comment "Allow high ports"
config perm_rule config perm_rule
option action deny option action deny
option ext_ports 0-65535 option ext_ports 0-65535
option int_addr 0.0.0.0/0 option int_addr 0.0.0.0/0
option int_ports 0-65535 option int_ports 0-65535
option comment "Default deny" option comment "Default deny"