From cb5ede214843c311e2e46bcbe9ff3c8a9d6c590e Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 25 Jun 2017 21:21:01 +0200 Subject: [PATCH] Add dnscrypt section --- debian9.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian9.md b/debian9.md index 664fc93..e3b21dc 100644 --- a/debian9.md +++ b/debian9.md @@ -38,3 +38,8 @@ ignore = 127.0.0.1/8 10.0.0.1/8 /sbin/ip -f inet6 route add dev eth0 # this one is new /sbin/route -A inet6 add default gw dev eth0 ``` + +### dnscrypt + +Switch from init.d script to systemd. Systemd script can be obtained from the [Arch +Wiki](https://wiki.archlinux.org/index.php/DNSCrypt)