Merge pull request #20645 from stangri/master-simple-adblock

simple-adblock: update init file and config
This commit is contained in:
Stan Grishin 2023-03-11 15:59:17 -07:00 committed by GitHub
commit bdd54b0872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=simple-adblock
PKG_VERSION:=1.9.4
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
PKG_LICENSE:=GPL-3.0-or-later

View File

@ -64,6 +64,10 @@ config simple-adblock 'config'
# block-list too big for most routers
# list blocked_hosts_url 'https://cdn.jsdelivr.net/gh/StevenBlack/hosts/hosts'
# File size: 2.0M
# block-list too big for most routers
# list blocked_domains_url https://cdn.jsdelivr.net/gh/bongochong/CombinedPrivacyBlockLists/NoFormatting/cpbl-ctld.txt
# File size: 3.1M
# block-list too big for most routers
# list blocked_hosts_url 'https://hostsfile.mine.nu/Hosts'

View File

@ -88,9 +88,6 @@ outputCache=
awk='awk'
load_environment_flag=
. /lib/functions/network.sh
. /usr/share/libubox/jshn.sh
debug() { local i j; for i in "$@"; do eval "j=\$$i"; echo "${i}: ${j} "; done; }
uci_add_list_if_new() {
@ -1562,6 +1559,8 @@ stop_service() { load_validate_config 'config' adb_stop "'$*'"; }
version() { echo "$PKG_VERSION"; }
load_validate_config() {
. /lib/functions/network.sh
. /usr/share/libubox/jshn.sh
local enabled
local force_dns
local force_dns_port