mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-03-14 06:22:46 +03:00
luci: diag: Disable show recommendations
This commit is contained in:
@@ -43,7 +43,7 @@ return baseclass.extend({
|
||||
if (dns_ip && dns_ip != 'default') {
|
||||
cmd.push(...[ '-d', dns_ip.trim() ]);
|
||||
}
|
||||
cmd.push('-R'); // show recommendations
|
||||
//cmd.push('-R'); // show recommendations
|
||||
return tools.execAndRead({
|
||||
cmd: cmd,
|
||||
log: '/tmp/'+tools.appName+'_dwc.log',
|
||||
|
||||
Reference in New Issue
Block a user