From 67d359e8e320e3252a7fdd449d458ee2c083830d Mon Sep 17 00:00:00 2001 From: Frank Denis <124872+jedisct1@users.noreply.github.com> Date: Sat, 10 Feb 2018 14:37:29 +0100 Subject: [PATCH] Updated DNSCrypt 2.0 (markdown) --- DNSCrypt-2.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DNSCrypt-2.0.md b/DNSCrypt-2.0.md index 2910ba1..c9272ef 100644 --- a/DNSCrypt-2.0.md +++ b/DNSCrypt-2.0.md @@ -1,4 +1,4 @@ -This can probably replace the DNSCrypt page, but leaving it for archive purposes until DNSCrypt 2.0 instructions are fully fledged out. +This can probably replace the DNSCrypt page, but leaving it for archive purposes until dnscrypt-proxy 2.0 instructions are fully fledged out. # DNSCrypt-Proxy 2.0 @@ -8,11 +8,11 @@ This can probably replace the DNSCrypt page, but leaving it for archive purposes * `mkdir -p /dnsproxy`: (this is just a folder to store everything. Pihole instructions have this on the root of the partition, but should work from anywhere), suggest opt or etc. * Download [latest](https://github.com/jedisct1/dnscrypt-proxy/releases/latest) pre-built binary. I'm using Debian, so I used `linux_x86_64`. There is a binary for arm. -* `tar -xf `: extract prebuilt binary +* `tar xf `: extract prebuilt binary * `cd linux_x86-64`: cd into extracted dir * `cp example-dnscrypt-proxy.toml dnscrypt-proxy.toml` * `nano/vi dnscrypt-proxy.toml`: Edit the toml file. This is where all the fancy configuration happens. -* Edit port to be something other than 53 (since 53 is being used by Pi-Hole). This is the listen_addresses line. Change both IPv4 and IPv6 as desired. +* Edit port to be something other than `53` (since `53` is being used by Pi-Hole). This is the `listen_addresses` line. Change both IPv4 and IPv6 as desired. * Edit other settings as desired. I set `dnssec` to be `true`. There are a lot of other options, but server selection and more is already done. * `dnscrypt-proxy -service install`: install dnscrypt-proxy service * `dnscrypt-proxy -service start`: start the new service