mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Fix domain blocklist config example (#1632)
This commit is contained in:
parent
09866acdb5
commit
6bdeaaa70c
1 changed files with 3 additions and 3 deletions
|
@ -10,16 +10,16 @@
|
||||||
# you would like enabled uncommented. Then run the script to build the #
|
# you would like enabled uncommented. Then run the script to build the #
|
||||||
# dnscrypt-blocklist-domains.txt file: #
|
# 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 that should never be blocked can be put into a file named #
|
||||||
# domains-allowlist.txt. #
|
# domains-allowlist.txt. #
|
||||||
# #
|
# #
|
||||||
# That blocklist file can then be used in the dnscrypt-proxy.toml file: #
|
# 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…
Add table
Reference in a new issue