NoGoolag
4.54K subscribers
13.1K photos
6.88K videos
587 files
14.1K links
Download Telegram
DNSCloak: System-wide tracking and advertising blocker for iOS

With DNSCloak not only encrypted DNS requests via
DNSCrypt & DNS-over-HTTPS/2 (DoH) are possible, but also system-wide blocking of advertisements and trackers via filter lists.

DNSCrypt is a protocol that authenticates the communication between a DNS client and a DNS resolver. It prevents DNS spoofing. It uses signatures to ensure that the responses come from the selected DNS resolver and have not been manipulated. You can learn more about the DNSCrypt protocol at

"Our app implements the protocols DNSCrypt & DNS-over-HTTPS/2 (DoH) and allows you to protect your DNS traffic from spoofing. It overwrites your DNS settings with one or more DNSCrypt or DNS-over-HTTPS/2 (DoH) resolvers. Works for both WiFi and mobile phones."

If you have iOS, you should have a look at it and give feedback how you like it!

Feedback with #DNSCloak @ https://t.me/joinchat/FyFlS0X2D7f6YNvdxhEsfw

More info:
https://dnscrypt.info

App download:
https://itunes.apple.com/app/id1452162351

📡 @NoGoolag
#iOS #adblock #DNSCloak #DNSCrypt #DoH
| 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