dnscrypt-proxy on Android

·
1 min read
tips
#dnscrypt #client #android

My 4G provider’s DNS throttling my 4G experience.

Install DNSCrypt

Flash from the latest ZIP provided by palmuse

Run (Manually) from Rooted Terminal

Terminal window
dnscrypt-proxy --config /etc/dnscrypt-proxy/dnscrypt-proxy.toml

Wait until it finished starting.

Add a local VPN to use DNSCrypt

Install dnschanger Use Advanced Settings from dnschanger to enable localhost. Add new DNS profile with 127.0.0.1 as the DNS 1 and let DNS 2 empty.

Voila!

Now IPLeak shows my real IP.

IP Leak shows my real IP

Source