# Software Request: DNSCrypt-Proxy

**URL:** https://dietpi.com/forum/t/software-request-dnscrypt-proxy/495
**Category:** Requests
**Created:** [9 August 2016 12:20 UTC](https://dietpi.com/forum/t/software-request-dnscrypt-proxy/495 "2016-08-09T12:20:47Z")
**Posts on this page:** 3
**Page:** 2

<div class="post-metadata">

### Author: ![galgofa](https://dietpi.com/forum/letter_avatar_proxy/v4/letter/g/c68b51/32.png) [@galgofa](https://dietpi.com/forum/u/galgofa)
#### Post date: [26 May 2023 19:08 UTC](https://dietpi.com/forum/t/software-request-dnscrypt-proxy/495/21 "2023-05-26T19:08:15Z")

</div>

Thank you a lot for your help, tried to run dnscrypt-proxy in docker, no way to get it work, installing in dietpi too risky for Friday evening … reinstalled unbound.

---

<div class="post-metadata">

### Author: ![Joulinar](https://dietpi.com/forum/user_avatar/dietpi.com/joulinar/32/57_2.png) [@Joulinar](https://dietpi.com/forum/u/Joulinar)
#### Post date: [26 May 2023 19:56 UTC](https://dietpi.com/forum/t/software-request-dnscrypt-proxy/495/22 "2023-05-26T19:56:46Z")

</div>

maybe better to try a simple native install instead of a docker container. Following this guide (German language) will bring up `dnscrypt-proxy` in less than 5 minutes [Anonyme DNS-Kommunikation mit Pi-hole und dnscrypt-proxy » DecaTec](https://decatec.de/home-server/anonyme-dns-kommunikation-mit-pi-hole-und-dnscrypt-proxy/)

To make it even more simple

```auto
cd /tmp
wget https://github.com/DNSCrypt/dnscrypt-proxy/releases/download/2.1.4/dnscrypt-proxy-linux_x86_64-2.1.4.tar.gz
tar -xf dnscrypt-proxy-linux_x86_64-2.1.4.tar.gz
mv linux-x86_64/ /opt/dnscrypt-proxy
curl -sSfL https://codeberg.org/DecaTec/dnscrypt-proxy-config/raw/branch/master/dnscrypt-proxy.toml -o /opt/dnscrypt-proxy/dnscrypt-proxy.toml
/opt/dnscrypt-proxy/dnscrypt-proxy -service install
systemctl start dnscrypt-proxy.service

```

---

<div class="post-metadata">

### Author: ![galgofa](https://dietpi.com/forum/letter_avatar_proxy/v4/letter/g/c68b51/32.png) [@galgofa](https://dietpi.com/forum/u/galgofa)
#### Post date: [27 May 2023 13:45 UTC](https://dietpi.com/forum/t/software-request-dnscrypt-proxy/495/23 "2023-05-27T13:45:11Z")

</div>

> [@Joulinar](#):
>
> maybe better to try a simple native install instead of a docker container. Following this guide (German language) will bring up `dnscrypt-proxy` in less than 5 minutes [Anonyme DNS-Kommunikation mit Pi-hole und dnscrypt-proxy » DecaTec](https://decatec.de/home-server/anonyme-dns-kommunikation-mit-pi-hole-und-dnscrypt-proxy/)

Awesome, just one click ! Thank you very much.  
Tested few hours and looks like speed much faster !

[Previous page](https://dietpi.com/forum/t/software-request-dnscrypt-proxy/495.md?page=1)
