Added the initial text on how to install on OpenWRT / LEDE routers

Chua Chee Wee 2018-04-20 22:38:03 +08:00
parent 9c04ea3081
commit 447c7fc4ff

@ -0,0 +1,10 @@
To install on OpenWRT, follow these steps:
* Download the proper binary from the [releases](https://github.com/jedisct1/dnscrypt-proxy/releases) page.
* Uncompress, and move the dnscrypt-proxy binary to /usr/sbin/ and chmod a+x the binary.
* Grab the dnscrypt-proxy init.d script and dnscrypt-proxy.toml configuration file from [https://github.com/chuacw/DNS-over-HTTPS-for-OpenWRT/](https://github.com/chuacw/DNS-over-HTTPS-for-OpenWRT/).
* Move the dnscrypt-proxy init.d script to /etc/init.d and chmod a+x the script.
* Move the dnscrypt-proxy.toml configuration file to /etc/config or create your own and place it there.
* Run these commands:
* /etc/init.d/dnscrypt-proxy enable
* /etc/init.d/dnscrypt-proxy start