mirror of https://github.com/openwrt/packages.git
dnscrypt-proxy2: sync blocked-names to upstream one
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>pull/14713/head
parent
cabea1a93b
commit
d53d2df283
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=dnscrypt-proxy2
|
PKG_NAME:=dnscrypt-proxy2
|
||||||
PKG_VERSION:=2.0.45
|
PKG_VERSION:=2.0.45
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=dnscrypt-proxy-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=dnscrypt-proxy-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/DNSCrypt/dnscrypt-proxy/tar.gz/$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/DNSCrypt/dnscrypt-proxy/tar.gz/$(PKG_VERSION)?
|
||||||
|
|
|
@ -21,7 +21,7 @@ banner.*
|
||||||
banners.*
|
banners.*
|
||||||
creatives.*
|
creatives.*
|
||||||
oas.*
|
oas.*
|
||||||
oascentral.*
|
oascentral.* # inline comments are allowed after a pound sign
|
||||||
stats.*
|
stats.*
|
||||||
tag.*
|
tag.*
|
||||||
telemetry.*
|
telemetry.*
|
||||||
|
@ -30,23 +30,7 @@ tracker.*
|
||||||
eth0.me
|
eth0.me
|
||||||
*.workgroup
|
*.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
|
## Time-based rules
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue