fix bug in luci-app-chinadns
This commit is contained in:
parent
0359a260e4
commit
d574ea8fd2
@ -16,7 +16,7 @@ start()
|
||||
{
|
||||
stop
|
||||
[ "${enable}" -eq "0" ] && exit 0
|
||||
/usr/sbin/chinadns -p "${port}" -s "${server}" -c "${chnroute}" -e "${local_subnet},${foreign_subnet}"
|
||||
/usr/sbin/chinadns -p "${port}" -s "${server}" -c "${chnroute}" -e "${local_subnet},${foreign_subnet}" >/dev/null 2>&1 &
|
||||
}
|
||||
|
||||
stop()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user