mirror of
https://git.openwrt.org/project/luci.git
synced 2025-12-20 08:49:59 +08:00
luci-app-tinyproxy: revert accidental inclusion in previous commit
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -299,7 +299,7 @@ return view.extend({
|
||||
|
||||
ta.rmempty = true;
|
||||
ta.placeholder = '0.0.0.0/0';
|
||||
ta.datatype = 'or(ipaddr("nomask"),ipaddr,hostname,".",".i2p",".onion")';
|
||||
ta.datatype = 'host(1)';
|
||||
|
||||
|
||||
v = s.option(form.Value, 'via', _('Via proxy'),
|
||||
|
||||
Reference in New Issue
Block a user