diff --git a/DNSCrypt-2.0.md b/DNSCrypt-2.0.md index c0d8ff7..fcb2f22 100644 --- a/DNSCrypt-2.0.md +++ b/DNSCrypt-2.0.md @@ -9,8 +9,8 @@ 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 -* `cp linux_x86-64 dnscrypt-proxy`: rename the extracted folder -* `rm -r linux_x86-64`: rename the extracted folder +* `cp linux-x86_64 dnscrypt-proxy`: rename the extracted folder +* `rm -r linux-x86_64`: rename the extracted folder * `cd dnscrypt-proxy`: cd into extracted dir * `cp example-dnscrypt-proxy.toml dnscrypt-proxy.toml` * `sudo nano dnscrypt-proxy.toml`: Edit the toml file. This is where all the fancy configuration happens.