From f219b49b7f7d6ef5b7eb4a9c5d3b12808317aae4 Mon Sep 17 00:00:00 2001 From: Frank Denis <124872+jedisct1@users.noreply.github.com> Date: Sat, 6 Oct 2018 14:52:38 +0200 Subject: [PATCH] Updated DNSCrypt 2.0 (markdown) --- DNSCrypt-2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DNSCrypt-2.0.md b/DNSCrypt-2.0.md index d393fa5..b4f2c76 100644 --- a/DNSCrypt-2.0.md +++ b/DNSCrypt-2.0.md @@ -6,7 +6,7 @@ This can probably replace the DNSCrypt page, but leaving it for archive purposes ## Step 1: Install DNSCrypt-Proxy * `cd /opt`: Move to /opt directory. This is where we will place the dnscrypt-proxy files. * Download the [latest](https://github.com/jedisct1/dnscrypt-proxy/releases/latest) pre-built binary. I'm using Pi-Hole on Linux x86_64 architecture, so I'll use `linux_x86_64`. Replace with your system architecture, you can check which you use by running `uname -sm`. If you are using Pi-Hole 3, you'll use Linux arm (NOT x64) instead. -* `tar -xf dnscrypt-proxy-linux_x86_64-2.*.tar.gz`: Extract prebuilt binary +* `tar xzvf dnscrypt-proxy-linux_x86_64-2.*.tar.gz`: Extract prebuilt binary * `mv linux-x86_64 dnscrypt-proxy`: Rename the extracted folder * `rm dnscrypt-proxy-linux_x86_64-2.*.tar.gz`: Remove the archive * `cd dnscrypt-proxy`: cd into extracted dir