simple-adblock: support multiple dnsmasq instances; rework communication between principal package and luci app

Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
Stan Grishin
2020-03-29 05:13:29 +00:00
parent e4c60e87d5
commit 2c1a3aaf5a
5 changed files with 267 additions and 187 deletions
@@ -1,5 +1,5 @@
#!/bin/sh
if [ "$ACTION" = "ifup" ]; then
sleep 10 && /etc/init.d/simple-adblock start hotplug &
sleep 10 && /etc/init.d/simple-adblock start hotplug &
fi