Merge branch 'master' of github.com:DNSCrypt/dnscrypt-proxy

* 'master' of github.com:DNSCrypt/dnscrypt-proxy:
  Fix domain blocklist config example (#1632)
This commit is contained in:
Frank Denis 2021-03-08 15:36:53 +01:00
commit 84ea8dc9b0
1 changed files with 3 additions and 3 deletions

View File

@ -10,16 +10,16 @@
# you would like enabled uncommented. Then run the script to build the #
# dnscrypt-blocklist-domains.txt file: #
# #
# $ generate-domains-blocklist.py > dnscrypt-blacklist-domains.txt #
# $ generate-domains-blocklist.py -o dnscrypt-blocklist-domains.txt #
# #
# Domains that should never be blocked can be put into a file named #
# domains-allowlist.txt. #
# #
# That blocklist file can then be used in the dnscrypt-proxy.toml file: #
# #
# [blocklist] #
# [blocked_names] #
# #
# blocklist_file = 'dnscrypt-blocklist-domains.txt' #
# blocked_names_file = 'dnscrypt-blocklist-domains.txt' #
# #
##################################################################################