You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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.
81
81
|`RD`| If true, it means the Recursive Desired bit was set. This is always set to true for Cloudflare DNS over HTTPS. |
82
82
|`RA`| If true, it means the Recursion Available bit was set. This is always set to true for Cloudflare DNS over HTTPS. |
83
83
|`AD`| If true, it means that every record in the answer was verified with DNSSEC. |
84
84
|`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. |
85
85
|`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 requestedare 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).
87
87
|`Answer: name`| The record owner. |
88
88
|`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). |
89
89
|`Answer: TTL`| The number of seconds the answer can be stored in cache before it is considered stale. |
0 commit comments