Fix domain blocklist config example (#1632)

This commit is contained in:
synthtech 2021-03-01 19:04:48 -05:00 committed by GitHub
parent 09866acdb5
commit 6bdeaaa70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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' #
# #
##################################################################################