mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 06:29:36 +01:00
add etc/dnscrypt-proxy.toml (WIP!)
This commit is contained in:
parent
63027a97a7
commit
ae04839807
24
etc/dnscrypt-proxy/dnscrypt-proxy.toml
Normal file
24
etc/dnscrypt-proxy/dnscrypt-proxy.toml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# Empty listen_addresses to use systemd socket activation
|
||||||
|
listen_addresses = []
|
||||||
|
server_names = ['cloudflare']
|
||||||
|
|
||||||
|
ipv4_servers = true
|
||||||
|
ipv6_servers = true
|
||||||
|
require_dnssec = true
|
||||||
|
fallback_resolver = '8.8.8.8:53'
|
||||||
|
cache = true
|
||||||
|
cache_size = 10000
|
||||||
|
|
||||||
|
[query_log]
|
||||||
|
file = '/var/log/dnscrypt-proxy/query.log'
|
||||||
|
|
||||||
|
[nx_log]
|
||||||
|
file = '/var/log/dnscrypt-proxy/nx.log'
|
||||||
|
|
||||||
|
[sources]
|
||||||
|
[sources.'public-resolvers']
|
||||||
|
url = 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md'
|
||||||
|
cache_file = '/var/cache/dnscrypt-proxy/public-resolvers.md'
|
||||||
|
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
|
||||||
|
refresh_delay = 72
|
||||||
|
prefix = ''
|
Loading…
Reference in New Issue
Block a user