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