mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-11-10 01:44:48 +03:00
Fix domain blocklist config example (#1632)
This commit is contained in:
parent
09866acdb5
commit
6bdeaaa70c
@ -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' #
|
||||
# #
|
||||
##################################################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user