How to properly configure dnsmasq for DNSCrypt v2 to prevent leaks to ISP

Hello community!

Can some one help me? I don`t understand what archive i need mips or arm ( https://github.com/DNSCrypt/dnscrypt-proxy/releases) . My hardware archer c7 v2

There is no harm in trying to execute either of the files (mips or arm). The kernel is going to accept it or refuse it. Just test it with "dnscrypt-proxy --help".

If you really want to make sure that you pick the file with the proper architecture first, then load Linux utility "file" (through "opkg update && opkg install file") and see which architecture you need by comparing it with /bin/busybox. For example:

root > file /bin/busybox dnscrypt-proxy
/bin/busybox:   ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter ...
dnscrypt-proxy: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, stripped
1 Like

Many thanks!
it works now