NoGoolag
4.54K subscribers
13.2K photos
6.93K videos
587 files
14.1K links
Download Telegram
| DNSCRYPT-PROXY 2 for ANDROID |

DNSCrypt (faq)

I'm @quindecim, I made a FORK of bluemeda project to provide fast updates and more privacy-concious configs by default:

⛔️ Disable DoH
⛔️ Disable IPv6
⛔️ refused response for blocked queries
Require DNSSEC
Ephemeral keys (create a new, unique key for every single DNS query)
ℹ️ Set DNS query max. response time from 2500 to 1500, in ms.
ℹ️ Use UncensoredDNS as fallback resolver instead CloudFlare
ℹ️
Use dnscrypt.nl (NL), dnscrypt.uk (UK), dnscrypt.eu (DK/NL), dnswarden (DE), charis (DE) and suami (FR)

✳️ You can edit the config. file always as you wish - README

I created this channel for sharing .zip, flashable through Magisk or Recovery and provide important news/changelogs from the main PROJECT.

https://t.me/dnscrypt_proxy 👈👈

- INSTALLATION GUIDE:
_________________________________________

1️⃣ Download and install latest
.zip¹ file.

MAGISK: Magisk Manager > Modules > + > DNSCrypt-Proxy_2-android-vx.x.x.zip

TWRP RECOVERY: Install > DNSCrypt-Proxy_2-android-vx.x.x.zip

2️⃣ Reboot.

3️⃣ Open AFWall+ and: > Set custom script

ENTER SCRIPT:
iptables -t nat -A OUTPUT -p tcp ! -d 91.239.100.100 --dport 53 -j DNAT --to-destination 127.0.0.1:53
iptables -t nat -A OUTPUT -p udp ! -d 91.239.100.100 --dport 53 -j DNAT --to-destination 127.0.0.1:53

SHUTDOWN SCRIPT:
iptables -t nat -D OUTPUT -p tcp ! -d 91.239.100.100 --dport 53 -j DNAT --to-destination 127.0.0.1:53
iptables -t nat -D OUTPUT -p udp ! -d 91.239.100.100 --dport 53 -j DNAT --to-destination 127.0.0.1:53

4️⃣ Test your DNS: https://dnsleaktest.com/


¹ The .zip file was archived by me directly from the SOURCE.
_____________________________________

- POST INSTALLING:

✳️ You can edit dnscrypt-proxy.toml as you wish located on /sdcard/dnscrypt-proxy/ or /data/media/0/dnscrypt-proxy/
✳️ For more detailed configuration please refer to official documentation HERE
✳️ FOR MORE SUPPORT ON A GOOD PRIVACY-ORIENTED SETUP, JOIN THIS CHAT


#dns #dnscrypt #privacy #quindecim