DnsOptRecord

DnsOptRecord
DnsOptRecord
JSON Example
{
    "dnssec_ok": false,
    "options": [
        {
            "addr_family": 0,
            "code": "string",
            "scope_prefix_len": 0,
            "source_prefix_len": 0,
            "subnet_ip": 0,
            "subnet_ip6": "string"
        }
    ],
    "udp_payload_size": 0,
    "version": 0
}
boolean
dnssec_ok
Optional

Flag indicating client is DNSSEC aware. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

options
Optional

EDNS options. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
udp_payload_size
Optional

Client requestor's UDP payload size. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
version
Optional

EDNS version. Field introduced in 17.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.