Skip to content

Commit

Permalink
adblock-fast: explicitly allowing domains for dnsmasq.servers
Browse files Browse the repository at this point in the history
New features:
* explicitly add allowed domains on download/allow to the dnsmasq.servers
  config file

Cleanup:
* remove unneeded EXTRA_COMMANDS
* remove unneeded EXTRA_HELP
* remove unnecessary `\n` escapes
* remove unnecessary line breaks from output on download

Optimization:
* simplify is_integer()
* replace long if with case
* more verbose output on download

Signed-off-by: Stan Grishin <stangri@melmac.ca>
  • Loading branch information
stangri committed Oct 23, 2024
1 parent 30f383c commit eeb6bdb
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 161 deletions.
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:=5
PKG_RELEASE:=7
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
PKG_LICENSE:=AGPL-3.0-or-later

Expand Down
Loading

0 comments on commit eeb6bdb

Please sign in to comment.