Browse Source

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

simple-adblock: delete obsolete iptables-dependent function
lilik-openwrt-22.03
Stan Grishin 3 years ago
committed by GitHub
parent
commit
6c0f48ea21
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      net/simple-adblock/Makefile
  2. +0
    -1
      net/simple-adblock/files/simple-adblock.init

+ 1
- 1
net/simple-adblock/Makefile View 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


+ 0
- 1
net/simple-adblock/files/simple-adblock.init View 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() {


Loading…
Cancel
Save