update dns

This commit is contained in:
JMARyA 2024-03-14 11:16:15 +01:00
parent 9b13f63580
commit 4ba7c17b36
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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
- `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