usb-modeswitch: Fix a condition to compare default product id and switched product...
[openwrt/svn-archive/archive.git] / net / 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 option external_iface wan
9 option internal_iface lan
10 option port 5000
11
12 config perm_rule
13 option action allow
14 option ext_ports 1024-65535
15 option int_addr 0.0.0.0/0 # Does not override secure_mode
16 option int_ports 1024-65535
17 option comment "Allow high ports"
18
19 config perm_rule
20 option action deny
21 option ext_ports 0-65535
22 option int_addr 0.0.0.0/0
23 option int_ports 0-65535
24 option comment "Default deny"