From 48089192a9ac5b51e12e7cd884d410cf80adac69 Mon Sep 17 00:00:00 2001 From: Beyond-Veil Date: Mon, 21 Nov 2016 22:38:21 +0100 Subject: [PATCH] added additional information if sockets come up dead --- DNSCrypt.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/DNSCrypt.md b/DNSCrypt.md index e0428ec..dc34513 100644 --- a/DNSCrypt.md +++ b/DNSCrypt.md @@ -223,6 +223,17 @@ For further checks you can run: `sudo tail -f /var/log/syslog` +**If the sockets come up Inactive(dead)** + +On some configurations the above "enable" command will create the individual sockets and define the services, but not actually enable the services. This will mainly occur if the default.target does not match the service target. To remedy the situation, enable the various services individually: + +`sudo systemctl enable dnscrypt-proxy@dnscrypt.eu-dk.service` + +Do this for all selected dnscrypt end-points. Afterwards reboot, or alternatively you can test immediately by also starting the services: + +`sudo systemctl start dnscrypt-proxy@dnscrypt.eu-dk.service` + +After starting the services manually or rebooting the services should now look as above. *** ### Change your DNSMasq config