diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-02-14 04:40:42 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-02-14 04:41:10 +0000 |
commit | eafdd63d675a84c3a80a86f7af8c1fd4fb823caa (patch) | |
tree | 330137e1fc1674bd6e8deb89d4fc2b83da08f1c9 /net/adblock-fast/Makefile | |
parent | e609f6acdf3e4619d691d5325efb9cc8a9a1b9fa (diff) |
adblock-fast: add force_dns_interface setting
* allow users to specify list of interfaces/networks to force the
DNS Hijacking on
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'net/adblock-fast/Makefile')
-rw-r--r-- | net/adblock-fast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/adblock-fast/Makefile b/net/adblock-fast/Makefile index c6b574c3a..0ea2c1888 100644 --- a/net/adblock-fast/Makefile +++ b/net/adblock-fast/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock-fast PKG_VERSION:=1.1.1 -PKG_RELEASE:=3 +PKG_RELEASE:=5 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_LICENSE:=GPL-3.0-or-later |