Updated systemd (markdown)

admzzz 2021-01-18 13:54:33 +00:00
parent f3e1d1c1e1
commit 05bc5c7420

@ -216,7 +216,7 @@ systemctl status dnscrypt-proxy.service
## UPDATE for v2.0.45
for setting up v2.0.45 with systemd (tested on linuxmint 18.3 & linuxmint 19.3):
remove line with `dnscrypt-proxy-resolvconf` from dnscrypt-proxy.socket, change in the dnscrypt-proxy.toml 2 lines to `listen =['127.0.0.1:53']` and `ipv6_servers = false` (without quotas both), disable and delete dnscrypt-proxy-resolvconf.service from the systemctl, delete file `/lib/systemd/system/dnscrypt-proxy-resolvconf.service` and reboot.
remove line with `dnscrypt-proxy-resolvconf` from dnscrypt-proxy.socket from the instruction above, change in the dnscrypt-proxy.toml 2 lines to `listen =['127.0.0.1:53']` and `ipv6_servers = false` and set appropriate cache and log directories (i.e. /var/cache/dnscrypt-proxy and /var/log/dnscrypt-proxy), disable and delete dnscrypt-proxy-resolvconf.service from the systemctl, delete file `/lib/systemd/system/dnscrypt-proxy-resolvconf.service` and reboot.
--