luci-app-tinyproxy: bump bind to dynamic list for multiple values

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2025-12-03 22:22:16 +01:00
parent 96f046d45b
commit 668b13f238

View File

@@ -116,7 +116,7 @@ return view.extend({
o.placeholder = '0.0.0.0';
o = s.taboption('general', form.Value, 'Bind', _('Bind address'),
o = s.taboption('general', form.DynamicList, 'Bind', _('Bind address'),
_('Specifies the address Tinyproxy binds to for outbound forwarded requests'));
o.optional = true;