Skip to content

Commit 4a930bc

Browse files
[1.1.1.1] Use one.one.one.one in make-api-requests example (#21301)
1 parent 9f5492d commit 4a930bc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can learn more about how DoH works in RFC 8484, more specifically [the HTTP
3838
Example request:
3939

4040
```sh
41-
curl --http2 --header "accept: application/dns-json" "https://1.1.1.1/dns-query?name=cloudflare.com" --next --http2 --header "accept: application/dns-json" "https://1.1.1.1/dns-query?name=example.com"
41+
curl --http2 --header "accept: application/dns-json" "https://one.one.one.one/dns-query?name=cloudflare.com" --next --http2 --header "accept: application/dns-json" "https://one.one.one.one/dns-query?name=example.com"
4242
```
4343

4444
## Authentication

0 commit comments

Comments
 (0)