From 29eae6f89ada105e286126012c909a788de591f2 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 22 Jul 2019 16:25:21 +0300 Subject: [PATCH] etc/dnscrypt-proxy: note I run Unbound in front of it --- etc/dnscrypt-proxy/dnscrypt-proxy.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/dnscrypt-proxy/dnscrypt-proxy.toml b/etc/dnscrypt-proxy/dnscrypt-proxy.toml index 8eda2f80..1fb5ce58 100644 --- a/etc/dnscrypt-proxy/dnscrypt-proxy.toml +++ b/etc/dnscrypt-proxy/dnscrypt-proxy.toml @@ -2,8 +2,9 @@ listen_addresses = [] # 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'] +# compatibility + I want to run Unbound in front of DNSCrypt-proxy +# (see etc/unbound/unbound.conf.d/dnscrypt-proxy.conf) +#listen_addresses = ['127.0.2.1:53'] # mikaela.internal / my hosts file #cloaking_rules = '/etc/dnscrypt-proxy/hosts-mikaela.txt'