mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
luci-app-tinyproxy: Loosen constraint on upstream target
Signed-off-by: Marcin <marcin_miko1@o2.pl>
This commit is contained in:
@@ -299,7 +299,7 @@ return view.extend({
|
||||
|
||||
ta.rmempty = true;
|
||||
ta.placeholder = '0.0.0.0/0';
|
||||
ta.datatype = 'host(1)';
|
||||
ta.datatype = 'string';
|
||||
|
||||
|
||||
v = s.option(form.Value, 'via', _('Via proxy'),
|
||||
|
||||
Reference in New Issue
Block a user