mirror of
https://github.com/ookangzheng/blahdns.git
synced 2025-12-16 06:05:38 +07:00
47 lines
1.5 KiB
Markdown
Executable File
47 lines
1.5 KiB
Markdown
Executable File
## DoT and DoH on Android
|
|
|
|
### Solution 1 with Nebulo app
|
|
|
|
1. Use app [Nebulo](https://play.google.com/store/apps/details?id=com.frostnerd.smokescreen)
|
|
2. Follow tutorial down below to setup blahdns
|
|
1. Manually type or download a server config file from [HERE](https://smokescreen.app/servers/adblockers)
|
|
|
|
**DoH**
|
|
|
|
|
|
<img src="https://github.com/ookangzheng/blahdns/raw/master/client-conf/img-source/nebulo-doh.jpg" alt="Your image title" width="250"/>
|
|
|
|
|
|
**DoT**
|
|
|
|
|
|
<img src="https://github.com/ookangzheng/blahdns/raw/master/client-conf/img-source/nebulo-dot.jpg" alt="Your image title" width="250"/>
|
|
|
|
|
|
### Solution 2 with personalDNSfilter app (Android)
|
|
|
|
App download: [https://zenz-solutions.de/personaldnsfilter](https://zenz-solutions.de/personaldnsfilter)
|
|
|
|
|
|
**Config file**
|
|
|
|
```
|
|
[2001:19f0:7001:1ded:5400:01ff:fe90:945b]::853::DoT
|
|
108.61.201.119::853::DoT
|
|
[2001:19f0:7001:1ded:5400:01ff:fe90:945b]::443::DoH::https://doh-jp.blahdns.com/dns-query
|
|
108.61.201.119::443::DoH::https://doh-jp.blahdns.com
|
|
|
|
```
|
|
|
|
|
|
<img src="https://github.com/ookangzheng/blahdns/raw/master/client-conf/img-source/personal-dnsfilter-1.jpg" alt="Your image title" width="250"/>
|
|
<img src="https://github.com/ookangzheng/blahdns/raw/master/client-conf/img-source/personal-dns-filter2.jpg" alt="Your image title" width="250"/>
|
|
|
|
|
|
### Solution 3 Android Pie
|
|
|
|
For Android 9 Pie user, Go to Setting -> Wi-Fi -> Private DNS
|
|
|
|
<img src="http://m.psyself.com/content/images/2018/08/Screenshot_20180807-102253-1.png" alt="Your image title" width="250"/>
|
|
|