Skip to content

Commit 5e546c8

Browse files
authored
Documented support for HTTP/3
Update documentation to mention DNS over HTTP/3 support.
1 parent 6179b21 commit 5e546c8

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/1.1.1.1/encryption/dns-over-https

1 file changed

+1
-1
lines changed

src/content/docs/1.1.1.1/encryption/dns-over-https/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ sidebar:
99

1010
import { DirectoryListing } from "~/components"
1111

12-
With DNS over HTTPS (DoH), DNS queries and responses are encrypted and sent via the HTTP or HTTP/2 protocols. DoH ensures that attackers cannot forge or alter DNS traffic. DoH uses port 443, which is the standard HTTPS traffic port, to wrap the DNS query in an HTTPS request. DNS queries and responses are camouflaged within other HTTPS traffic, since it all comes and goes from the same port.
12+
With DNS over HTTPS (DoH), DNS queries and responses are encrypted and sent via the HTTP, HTTP/2 and HTTP/3 protocols. DoH ensures that attackers cannot forge or alter DNS traffic. DoH uses port 443, which is the standard HTTPS traffic port, to wrap the DNS query in an HTTPS request. DNS queries and responses are camouflaged within other HTTPS traffic, since it all comes and goes from the same port.
1313

1414
<DirectoryListing />

0 commit comments

Comments
 (0)