diff --git a/technology/internet/DNS.md b/technology/internet/DNS.md index fe6cab9..c0f0b6f 100644 --- a/technology/internet/DNS.md +++ b/technology/internet/DNS.md @@ -2,6 +2,7 @@ obj: concept wiki: https://de.wikipedia.org/wiki/Domain_Name_System rfc: https://datatracker.ietf.org/doc/html/rfc1034 +rev: 2024-03-14 --- # Domain Name System @@ -49,5 +50,6 @@ DoH uses the HTTPS protocol (Port `443/tcp`) to encapsulate DNS queries. This ma DoT uses TLS encryption for DNS queries and runs on port `853/tcp` ### Common DNS Servers -- `1.1.1.1` - [Cloudflare](websites/clearnet/Cloudflare.md) DNS -- `8.8.8.8` - Google DNS \ No newline at end of file +- `1.1.1.1`, `https://dns.cloudflare.com/dns-query` - [Cloudflare](websites/clearnet/Cloudflare.md) DNS +- `8.8.8.8`, `https://dns.google/dns-query` - Google DNS +- `https://doh.mullvad.net/dns-query` - [Mullvad](websites/clearnet/Mullvad.md) DNS over HTTPs \ No newline at end of file