mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Add some router arch examples
parent
d38ccf2fc2
commit
801736b184
1 changed files with 6 additions and 1 deletions
|
@ -58,7 +58,12 @@ Then click `Save`. Alternatively, you can add the line to `/etc/sysupgrade.conf`
|
|||
|
||||
### Download
|
||||
|
||||
Download the [latest binary here](https://github.com/DNSCrypt/dnscrypt-proxy/releases/latest). Get the right binary for your architecture. If you get a strange `parse error` later when trying to run the executable file, chances are that you didn't pick the right file for the CPU of your router.
|
||||
Download the [latest binary here](https://github.com/DNSCrypt/dnscrypt-proxy/releases/latest). Get the right binary for your architecture. If you get a strange `parse error` later when trying to run the executable file, chances are that you didn't pick the right file for the CPU of your router. Here are some common examples:
|
||||
|
||||
```
|
||||
Netgear R7800 - linux_arm
|
||||
Ubiquiti EdgeRouter X - linux_mipsle
|
||||
```
|
||||
|
||||
### Optional: compress the executable
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue