2023-03-09 10:57:10 +01:00
|
|
|
---
|
|
|
|
layout: null
|
|
|
|
permalink: /n/dns.html
|
|
|
|
sitemap: false
|
|
|
|
---
|
|
|
|
|
|
|
|
# DNS notes
|
|
|
|
|
2023-04-28 07:23:46 +02:00
|
|
|
_For DNS resolvers, refer to [r/resolv.tsv](/r/resolv.tsv)_
|
|
|
|
|
|
|
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
|
|
|
|
|
|
- [Identifying DNS resolver](#identifying-dns-resolver)
|
|
|
|
- [Identifying support for client-subnet](#identifying-support-for-client-subnet)
|
2024-02-20 15:18:46 +01:00
|
|
|
- [Mobile applications](#mobile-applications)
|
|
|
|
- [FFUpdater](#ffupdater)
|
2023-04-28 07:23:46 +02:00
|
|
|
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
2023-03-09 10:57:10 +01:00
|
|
|
|
|
|
|
## Identifying DNS resolver
|
|
|
|
|
|
|
|
- [DNS-OARC's Check My DNS](https://cmdns.dev.dns-oarc.net/) - popup under "Network".
|
|
|
|
- [dnsleaktest](https://dnsleaktest.com/)
|
|
|
|
- [whatsmydnsserver](http://www.whatsmydnsserver.com/)
|
|
|
|
- [ipleak.net](https://ipleak.net/)
|
|
|
|
- [dnsadblock](https://dnsadblock.com/dns-leak-test/)
|
|
|
|
|
|
|
|
The above list is based on [redirect2me/which-dns README alternatives section](https://github.com/redirect2me/which-dns/blob/main/README.md)
|
2023-03-11 14:31:55 +01:00
|
|
|
|
|
|
|
## Identifying support for client-subnet
|
|
|
|
|
|
|
|
Or what is being sent to the authoritative servers.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
dig +short TXT o-o.myaddr.l.google.com.
|
|
|
|
dig +short TXT whoami.ds.akahelp.net.
|
|
|
|
dig +short TXT whoami.ipv6.akahelp.net.
|
|
|
|
dig +short TXT whoami.ipv4.akahelp.net.
|
|
|
|
```
|
|
|
|
|
|
|
|
- Note: Cloudflare sends ECS only for whoami.ds.akahelp.net.
|
2024-02-20 15:18:46 +01:00
|
|
|
|
|
|
|
## Mobile applications
|
|
|
|
|
|
|
|
_With the exception of those apps that config I remember otherwise or share it
|
|
|
|
with desktop versions etc._
|
|
|
|
|
|
|
|
### [FFUpdater](https://github.com/Tobi823/ffupdater)
|
|
|
|
|
2024-02-20 15:50:48 +01:00
|
|
|
- `https://dns0.eu;2a0f:fc80::;2a0f:fc81::;193.110.81.0;185.253.5.0`
|
2024-02-20 15:18:46 +01:00
|
|
|
- `https://open.dns0.eu;2a0f:fc80::ffff;2a0f:fc81::ffff;193.110.81.254;185.253.5.254`
|
2024-02-20 15:50:48 +01:00
|
|
|
- `https://doh.opendns.com/dns-query;2620:119:35::35;2620:119:53::53;208.67.222.222;208.67.220.220`
|
|
|
|
- `https://dns11.quad9.net/dns-query;2620:fe::11;2620:fe::fe:11;9.9.9.11;149.112.112.11`
|