simple-adblock: options to filter non-ASCII domains, local compressed storage

Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
Stan Grishin
2019-07-04 15:42:34 -07:00
parent 1e398bbcb8
commit 78b0da4691
5 changed files with 532 additions and 265 deletions
@@ -1,5 +1,5 @@
#!/bin/sh
if [[ "$ACTION" == "ifup" ]]; then
if [ "$ACTION" = "ifup" ]; then
sleep 10 && /etc/init.d/simple-adblock start &
fi