Add support for miniupnpd and cjdns
[librecmc/package-feed.git] / net / miniupnpd / files / upnpd.config
1 config upnpd config
2         option enabled          0
3         option enable_natpmp    1
4         option enable_upnp      1
5         option secure_mode      1
6         option log_output       0
7         option download         1024
8         option upload           512
9         #by default, looked up dynamically from ubus
10         #option external_iface  wan
11         option internal_iface   lan
12         option port             5000
13         option upnp_lease_file  /var/upnp.leases
14         
15 config perm_rule
16         option action           allow
17         option ext_ports        1024-65535
18         option int_addr         0.0.0.0/0       # Does not override secure_mode
19         option int_ports        1024-65535
20         option comment          "Allow high ports"
21
22 config perm_rule
23        option action            deny
24        option ext_ports         0-65535
25        option int_addr          0.0.0.0/0
26        option int_ports         0-65535
27        option comment           "Default deny"