simple-adblock: better download processing, luci-app integration, lists optimization, firewall integration

Signed-off-by: Stan Grishin <stangri@melmac.net>
(cherry picked from commit ac34bf910e)
This commit is contained in:
Stan Grishin
2018-07-16 17:41:39 -07:00
committed by Hannu Nyman
parent d3b43be6c9
commit 45f6a81fb2
5 changed files with 418 additions and 197 deletions
@@ -0,0 +1,5 @@
#!/bin/sh
if [[ "$ACTION" == "ifup" ]]; then
sleep 10 && /etc/init.d/simple-adblock start &
fi