Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 950 Bytes

File metadata and controls

22 lines (19 loc) · 950 Bytes

DnsHeader

Properties

Name Type Description Notes
addressType AddressTypeEnum This is used to specify the type of the address. V4 - The address provided is an IPv4 domain name/IP address, the Type in query or response will be A V6 - The address provided is an IPv6 domain name/IP address, the Type in query or response will be AAAA [optional]
messageType MessageTypeEnum Specifies the message type whether it is a query or a response. [optional]
address String This is used to define what is being asked or responded. [optional]

Enum: AddressTypeEnum

Name Value
V4 "V4"
V6 "V6"

Enum: MessageTypeEnum

Name Value
QUERY "QUERY"
RESPONSE "RESPONSE"