update dns
This commit is contained in:
parent
9b13f63580
commit
4ba7c17b36
1 changed files with 4 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue