luci-app-tinyproxy: bump bind to dynamic list for multiple values
authorPaul Donald <[email protected]>
Wed, 3 Dec 2025 21:22:16 +0000 (22:22 +0100)
committerPaul Donald <[email protected]>
Wed, 3 Dec 2025 21:22:35 +0000 (22:22 +0100)
Signed-off-by: Paul Donald <[email protected]>
applications/luci-app-tinyproxy/htdocs/luci-static/resources/view/tinyproxy/tinyproxy.js

index efe4f26bba73e5d366cccd3e220d83b43bca8738..eb89015284470aa978e1f7d095f537a1612e491c 100644 (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;