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:07 +00:00
parent 8f0ba82892
commit 49dbec35f6
5 changed files with 268 additions and 188 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