luci/libs/uvl/root/lib/uci/schema/default/upnpd

29 lines
592 B
Text
Raw Normal View History

package upnpd
2008-09-11 21:45:23 +00:00
config package
option title 'Miniupnpd UPNP daemon'
config section
option name 'upnpd'
2008-09-11 21:45:23 +00:00
option title 'Settings'
option package 'upnpd'
option unique true
config variable
option name 'download'
option title 'Download bandwidth in kBit/s'
option section 'upnpd.upnpd'
option datatype 'integer'
config variable
option name 'upload'
option title 'Upload bandwidth in kBit/s'
option section 'upnpd.upnpd'
option datatype 'integer'
config variable
option name 'log_output'
option title 'Enable log messages'
option section 'upnpd.upnpd'
option datatype 'boolean'