mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Added the initial text on how to install on OpenWRT / LEDE routers
parent
9c04ea3081
commit
447c7fc4ff
1 changed files with 10 additions and 0 deletions
10
Installation-on-OpenWRT---LEDE-routers.md
Normal file
10
Installation-on-OpenWRT---LEDE-routers.md
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue