Closed
Description
Describe the bug
After a reboot of the server, dnscrypt-proxy no longer works on Vultr. I believe it's related to #956, but that one was closed and the problem is still occuring for me.
To Reproduce
Steps to reproduce the behavior:
- Run algo installation script
- Dnscrypt-proxy works as expected.
- If server needs to restart (unattended-reboot) or is rebooted, dnscrypt-proxy fails to resolve.
● dnscrypt-proxy.service - DNSCrypt-proxy client
Loaded: loaded (/lib/systemd/system/dnscrypt-proxy.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/dnscrypt-proxy.service.d
└─99-capabilities.conf
Active: failed (Result: exit-code) since Tue 2019-03-12 23:33:53 UTC; 4s ago
Docs: https://github.com/jedisct1/dnscrypt-proxy/wiki
Process: 1696 ExecStart=/usr/bin/dnscrypt-proxy --config /etc/dnscrypt-proxy/dnscrypt-proxy.toml (code=exited, status=255)
Main PID: 1696 (code=exited, status=255)
Mar 12 23:33:53 London systemd[1]: Started DNSCrypt-proxy client.
Mar 12 23:33:53 London dnscrypt-proxy[1696]: Unable to use source [public-resolvers]: [read udp 127.0.0.1:37798->127.0.0.53:53: read: connection refused]
Mar 12 23:33:53 London dnscrypt-proxy[1696]: No servers configured
Mar 12 23:33:53 London systemd[1]: dnscrypt-proxy.service: Main process exited, code=exited, status=255/n/a
Mar 12 23:33:53 London systemd[1]: dnscrypt-proxy.service: Failed with result 'exit-code'.
Expected behavior
dnscrypt-proxy restarts after a reboot.