mirror of
https://git.openwrt.org/project/luci.git
synced 2025-12-20 08:49:59 +08:00
luci-app-tinyproxy: Loosen constraint on upstream target
Some checks failed
LuCI repo CodeQL Analysis / Analyze JavaScript and JSON (javascript-typescript) (push) Has been cancelled
Some checks failed
LuCI repo CodeQL Analysis / Analyze JavaScript and JSON (javascript-typescript) (push) Has been cancelled
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