added additional information if sockets come up dead

Beyond-Veil 2016-11-21 22:38:21 +01:00
parent bbcf4a90a0
commit 48089192a9

@ -223,6 +223,17 @@ For further checks you can run:
`sudo tail -f /var/log/syslog` `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 ### Change your DNSMasq config