Hello,
I'm following DNSCrypt with Dnsmasq and dnscrypt-proxy2 to do DNS Encryption for my devices.
According to official DNSCrypt guide for OpenWrt on GitHub (also recommended in the docs page).
Shouldn't this command uci set firewall.@redirect[-1].src='wan' be uci set firewall.@redirect[-1].src='lan' instead?
Please correct me if I'm wrong, but why we are redirecting traffic from WAN interface on port 53 to LAN if we want divert DNS request from device from LAN to router ?