Browse Source

dnscrypt-proxy2: sync blocked-names to upstream one

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
lilik-openwrt-22.03
Josef Schlehofer 3 years ago
parent
commit
d53d2df283
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
2 changed files with 2 additions and 18 deletions
  1. +1
    -1
      net/dnscrypt-proxy2/Makefile
  2. +1
    -17
      net/dnscrypt-proxy2/files/blocked-names.txt

+ 1
- 1
net/dnscrypt-proxy2/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dnscrypt-proxy2
PKG_VERSION:=2.0.45
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=dnscrypt-proxy-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/DNSCrypt/dnscrypt-proxy/tar.gz/$(PKG_VERSION)?


+ 1
- 17
net/dnscrypt-proxy2/files/blocked-names.txt View File

@ -21,7 +21,7 @@ banner.*
banners.*
creatives.*
oas.*
oascentral.*
oascentral.* # inline comments are allowed after a pound sign
stats.*
tag.*
telemetry.*
@ -30,23 +30,7 @@ tracker.*
eth0.me
*.workgroup
*.test
*.onion
*.localhost
*.local
*.invalid
*.bind
*.lan
*.internal
*.intranet
*.private
*.workgroup
*.10.in-addr.arpa
*.16.172.in-addr.arpa
*.168.192.in-addr.arpa
*.254.169.in-addr.arpa
*.d.f.ip6.arpa
## Time-based rules


Loading…
Cancel
Save