Skip to content

Commit

Permalink
adblock-fast: bugfix: fix allowed domains for dnsmasq.servers
Browse files Browse the repository at this point in the history
Signed-off-by: Stan Grishin <stangri@melmac.ca>
  • Loading branch information
stangri committed Oct 25, 2024
1 parent 24875c9 commit 8208495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion net/adblock-fast/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=adblock-fast
PKG_VERSION:=1.1.2
PKG_RELEASE:=7
PKG_RELEASE:=8
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
PKG_LICENSE:=AGPL-3.0-or-later

Expand Down
1 change: 1 addition & 0 deletions net/adblock-fast/files/etc/init.d/adblock-fast
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,7 @@ $(sed '/^[[:space:]]*$/d' "$A_TMP")"
fi

if [ -n "$outputAllowFilter" ] && [ -n "$allowed_domain" ]; then
rm -f "$SED_TMP"; touch "$SED_TMP";
output 2 'Allowing domains '
json set message "$(get_text 'statusProcessing'): allowing domains"
for hf in ${allowed_domain}; do
Expand Down

0 comments on commit 8208495

Please sign in to comment.