mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-10-31 17:19:26 +01:00
Compare commits
2 Commits
e703ed5563
...
466958ab57
Author | SHA1 | Date | |
---|---|---|---|
466958ab57 | |||
b5cf641da3 |
@ -17,7 +17,7 @@ ci:
|
|||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.5.0
|
rev: v4.6.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
args: ["--markdown-linebreak-ext", "md,markdown"]
|
args: ["--markdown-linebreak-ext", "md,markdown"]
|
||||||
|
15
n/dns.md
15
n/dns.md
@ -16,6 +16,7 @@ _For DNS resolvers, refer to [r/resolv.tsv](/r/resolv.tsv)_
|
|||||||
- [Identifying DNS resolver](#identifying-dns-resolver)
|
- [Identifying DNS resolver](#identifying-dns-resolver)
|
||||||
- [Identifying support for client-subnet](#identifying-support-for-client-subnet)
|
- [Identifying support for client-subnet](#identifying-support-for-client-subnet)
|
||||||
- [Mobile applications](#mobile-applications)
|
- [Mobile applications](#mobile-applications)
|
||||||
|
- [Android](#android)
|
||||||
- [FFUpdater](#ffupdater)
|
- [FFUpdater](#ffupdater)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
@ -48,6 +49,20 @@ dig +short TXT whoami.ipv4.akahelp.net.
|
|||||||
_With the exception of those apps that config I remember otherwise or share it
|
_With the exception of those apps that config I remember otherwise or share it
|
||||||
with desktop versions etc._
|
with desktop versions etc._
|
||||||
|
|
||||||
|
### Android
|
||||||
|
|
||||||
|
Use either `cloudflare-dns.com` or `dns.google` as the _Private DNS_ server as
|
||||||
|
they have special handling and are thus DNS over HTTPS instead of the usual
|
||||||
|
DNS over TLS. This can be confirmed with
|
||||||
|
[`https://1.1.1.1/help`](https://one.one.one.one/help).
|
||||||
|
|
||||||
|
Then install _Rethink_ or your favourite DoH app which pretends to be a VPN,
|
||||||
|
or even a VPN app and set it to be always on (but not block connections
|
||||||
|
outside of the VPN unless it's actually a VPN) and hopefully your DoH server
|
||||||
|
will become the one that is actually used alongside its blocklist.
|
||||||
|
|
||||||
|
In case of _Rethink_ remember to disable DNS leak protection.
|
||||||
|
|
||||||
### [FFUpdater](https://github.com/Tobi823/ffupdater)
|
### [FFUpdater](https://github.com/Tobi823/ffupdater)
|
||||||
|
|
||||||
- `https://dns0.eu;2a0f:fc80::;2a0f:fc81::;193.110.81.0;185.253.5.0`
|
- `https://dns0.eu;2a0f:fc80::;2a0f:fc81::;193.110.81.0;185.253.5.0`
|
||||||
|
Loading…
Reference in New Issue
Block a user