mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
dnscrypt-proxy2: upgrade to 2.0.45
Signed-off-by: James Long <james@jclong.net>
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
|
||||
###########################
|
||||
# Blocklist #
|
||||
###########################
|
||||
|
||||
## Rules for name-based query blocking, one per line
|
||||
##
|
||||
## Example of valid patterns:
|
||||
##
|
||||
## ads.* | matches anything with an "ads." prefix
|
||||
## *.example.com | matches example.com and all names within that zone such as www.example.com
|
||||
## example.com | identical to the above
|
||||
## =example.com | block example.com but not *.example.com
|
||||
## *sex* | matches any name containing that substring
|
||||
## ads[0-9]* | matches "ads" followed by one or more digits
|
||||
## ads*.example* | *, ? and [] can be used anywhere, but prefixes/suffixes are faster
|
||||
|
||||
ad.*
|
||||
ads.*
|
||||
banner.*
|
||||
banners.*
|
||||
creatives.*
|
||||
oas.*
|
||||
oascentral.*
|
||||
stats.*
|
||||
tag.*
|
||||
telemetry.*
|
||||
tracker.*
|
||||
*.local
|
||||
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
|
||||
|
||||
# *.youtube.* @time-to-sleep
|
||||
# facebook.com @work
|
||||
Reference in New Issue
Block a user