simple-adblock: delete obsolete iptables-dependent function
authorStan Grishin <redacted>
Wed, 6 Oct 2021 22:40:00 +0000 (22:40 +0000)
committerStan Grishin <redacted>
Wed, 6 Oct 2021 22:40:00 +0000 (22:40 +0000)
Signed-off-by: Stan Grishin <redacted>
net/simple-adblock/Makefile
net/simple-adblock/files/simple-adblock.init

index 4fd86b80840c0253cc026bb2ec771746b47428ab..ddce6819124c1f5884f0febdfaf425fa0adc0b20 100644 (file)
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=simple-adblock
 PKG_VERSION:=1.8.7
-PKG_RELEASE:=7
+PKG_RELEASE:=8
 PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
 PKG_LICENSE:=GPL-3.0-or-later
 
index 6f9bf92d4a4543af5229b5ca9d29dc2ad98d1aec..4aa261d0cad12e5dbba159eda56c8a4e3662be09 100644 (file)
@@ -120,7 +120,6 @@ dnsmasq_hup() { killall -q -s HUP dnsmasq; }
 dnsmasq_kill() { killall -q -s KILL dnsmasq; }
 dnsmasq_restart() { /etc/init.d/dnsmasq restart >/dev/null 2>&1; }
 unbound_restart() { /etc/init.d/unbound restart >/dev/null 2>&1; }
-is_force_dns_active() { iptables-save | grep -q -w -- '--dport 53'; }
 is_present() { command -v "$1" >/dev/null 2>&1; }
 
 output() {
git clone https://git.99rst.org/PROJECT