mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
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:
commit
84ea8dc9b0
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 #
|
||||
# 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…
Add table
Add a link
Reference in a new issue