mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 10:04:34 +01:00
dnscrypt-proxy: -empty lines +cloaking_rules
dn#
This commit is contained in:
parent
c8fb2b896a
commit
397821db0a
@ -5,6 +5,9 @@ listen_addresses = []
|
||||
# compatibility
|
||||
#listen_addresses = ['127.0.0.1:53', '127.0.2.1:53', '[::1]:53']
|
||||
|
||||
# mikaela.internal / my hosts file
|
||||
#cloaking_rules = '/etc/dnscrypt-proxy/hosts-mikaela.txt'
|
||||
|
||||
# Logs on top for easier noticing and disabling
|
||||
[query_log]
|
||||
file = '/var/log/dnscrypt-proxy/query.log'
|
||||
@ -15,7 +18,6 @@ listen_addresses = []
|
||||
# ones. If not configured, the whole list is compared.
|
||||
#server_names = ['cloudflare-ipv6', 'quad9-ip6-nofilter-pri', 'quad9-ip6-nofilter-alt', 'cloudflare', 'google', 'quad9-ip4-nofilter-pri', 'quad9-ip4-nofilter-alt']
|
||||
|
||||
|
||||
# Requirements for which servers to use
|
||||
ipv4_servers = true
|
||||
ipv6_servers = true
|
||||
@ -45,7 +47,6 @@ lb_strategy = 'ph'
|
||||
#force_tcp = true
|
||||
#proxy = "socks5://127.0.0.1:9050"
|
||||
|
||||
|
||||
[sources]
|
||||
[sources.'public-resolvers']
|
||||
url = 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md'
|
||||
|
Loading…
Reference in New Issue
Block a user