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:51 -07:00
parent e0f574d66f
commit d75d8ec590
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