Skip to content

Commit 41f84af

Browse files
Hyperlint Automation Fix
1 parent e02e402 commit 41f84af

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ The following tables have more information on each response field.
7777
| Field | Description |
7878
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7979
| `Status` | The Response Code of the DNS Query. The codes are defined here: [https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-6](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-6). |
80-
| `TC` | If the `TC` field is true, the truncated bit was set. This occurs when the DNS answer exceeds the size of a single UDP or TCP packet. With Cloudflare DNS over HTTPS, the `TC` field is almost always false because Cloudflare supports the maximum response size. |
80+
If the `TC` field is true, it indicates that the truncated bit was set. This situation arises when the DNS answer exceeds the size of a single UDP or TCP packet. With Cloudflare DNS over HTTPS, the `TC` field is almost always false because Cloudflare supports the maximum response size.
8181
| `RD` | If true, it means the Recursive Desired bit was set. This is always set to true for Cloudflare DNS over HTTPS. |
8282
| `RA` | If true, it means the Recursion Available bit was set. This is always set to true for Cloudflare DNS over HTTPS. |
8383
| `AD` | If true, it means that every record in the answer was verified with DNSSEC. |
8484
| `CD` | If true, the client asked to disable DNSSEC validation. In this case, Cloudflare will still fetch the DNSSEC-related records, but it will not attempt to validate the records. |
8585
| `Question: name` | The record name requested. |
86-
| `Question: type` | The type of DNS record requested. These are defined here: [https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4). |
86+
The types of DNS records requested are defined here: [https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4).
8787
| `Answer: name` | The record owner. |
8888
| `Answer: type` | The type of DNS record. These are defined here: [https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4](https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-4). |
8989
| `Answer: TTL` | The number of seconds the answer can be stored in cache before it is considered stale. |

0 commit comments

Comments
 (0)