2018-11-26 15:46:30 +01:00
|
|
|
# Empty listen_addresses to use systemd socket activation (Debian)
|
2018-10-07 12:45:45 +02:00
|
|
|
listen_addresses = []
|
2018-11-26 15:46:30 +01:00
|
|
|
# When not using socket activation (Arch), 127.0.2.1:53 is what the Debian
|
|
|
|
# socket seems to give for all of my systems so I want to listen on it for
|
|
|
|
# compatibility
|
|
|
|
#listen_addresses = ['127.0.0.1:53', '127.0.2.1:53', '[::1]:53']
|
|
|
|
|
2018-11-26 15:53:47 +01:00
|
|
|
# mikaela.internal / my hosts file
|
|
|
|
#cloaking_rules = '/etc/dnscrypt-proxy/hosts-mikaela.txt'
|
|
|
|
|
2018-11-26 15:03:02 +01:00
|
|
|
# The fastest working servers are automatically picked from configured
|
|
|
|
# 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']
|
2018-10-07 12:45:45 +02:00
|
|
|
|
2018-11-26 15:46:30 +01:00
|
|
|
# Requirements for which servers to use
|
2018-10-07 12:45:45 +02:00
|
|
|
ipv4_servers = true
|
|
|
|
ipv6_servers = true
|
2018-10-08 19:39:48 +02:00
|
|
|
block_ipv6 = false
|
2018-10-07 12:45:45 +02:00
|
|
|
require_dnssec = true
|
2018-10-08 19:39:48 +02:00
|
|
|
require_nofilter = true
|
2018-11-26 22:43:39 +01:00
|
|
|
require_nolog = true
|
2018-11-26 15:46:30 +01:00
|
|
|
|
2018-10-08 19:39:48 +02:00
|
|
|
# Use Google DNS B for resolving the server_names[] if the system
|
|
|
|
# resolver is broken (which it is for me as it points directly to
|
2018-11-26 15:46:30 +01:00
|
|
|
# dnscrypt-proxy which is not functional at that time.)
|
2018-10-08 19:39:48 +02:00
|
|
|
# The example config recommends DNSSEC support which OpenDNS is missing.
|
|
|
|
# China: 114.114.114.114:53 according to the example file.
|
|
|
|
fallback_resolver = '8.8.4.4:53'
|
2018-11-26 15:46:30 +01:00
|
|
|
|
2018-11-29 10:30:28 +01:00
|
|
|
# Ensure syslog
|
|
|
|
use_syslog = true
|
|
|
|
|
|
|
|
# Cert reload time in minutes (see refresh_delay under sources for them)
|
|
|
|
cert_refresh_delay = 240
|
|
|
|
|
2018-11-26 15:46:30 +01:00
|
|
|
# Shouldn't take that much MEM and I imagine it's subject to TTL anyway.
|
2018-10-07 12:45:45 +02:00
|
|
|
cache = true
|
|
|
|
cache_size = 10000
|
2018-11-26 15:46:30 +01:00
|
|
|
|
2018-10-09 13:08:38 +02:00
|
|
|
# Load-balancing
|
|
|
|
# fastest = always fastest, p2 = random between two fastest, ph = random
|
|
|
|
# from the fastest half of the configured list, random = any random
|
2018-11-29 10:23:05 +01:00
|
|
|
# https://github.com/jedisct1/dnscrypt-proxy/wiki/Load-Balancing-Options
|
|
|
|
lb_strategy = 'p2'
|
2018-10-07 12:45:45 +02:00
|
|
|
|
2018-10-08 19:39:48 +02:00
|
|
|
# Tor if necessary
|
|
|
|
#force_tcp = true
|
|
|
|
#proxy = "socks5://127.0.0.1:9050"
|
|
|
|
|
2018-11-26 16:00:50 +01:00
|
|
|
# To be enabled by hand on systems needing them
|
|
|
|
#[query_log]
|
|
|
|
# file = '/var/log/dnscrypt-proxy/query.log'
|
|
|
|
#[nx_log]
|
|
|
|
# file = '/var/log/dnscrypt-proxy/nx.log'
|
|
|
|
|
2018-10-07 12:45:45 +02:00
|
|
|
[sources]
|
|
|
|
[sources.'public-resolvers']
|
2018-11-27 19:01:35 +01:00
|
|
|
#url = 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md'
|
|
|
|
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md', 'https://cdn.staticaly.com/gh/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 'https://evilvibes.com/list/public-resolvers.md']
|
2018-10-07 12:45:45 +02:00
|
|
|
cache_file = '/var/cache/dnscrypt-proxy/public-resolvers.md'
|
|
|
|
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
|
|
|
refresh_delay = 72
|
|
|
|
prefix = ''
|
2018-11-27 19:04:12 +01:00
|
|
|
|
|
|
|
# [sources.'opennic']
|
|
|
|
# urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/opennic.md', 'https://download.dnscrypt.info/resolvers-list/v2/opennic.md']
|
|
|
|
# minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
2018-11-29 10:23:05 +01:00
|
|
|
# refresh_delay = 72
|
2018-11-27 19:04:12 +01:00
|
|
|
# cache_file = '/var/cache/dnscrypt-proxy/opennic.md'
|