Skip to main content

Module rr

Module rr 

Source
Expand description

DNS Resource Record (RFC 1035 Section 4.1.3).

+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|                      NAME                       |
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|                      TYPE                       |
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|                     CLASS                       |
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|                      TTL                        |
|                                                 |
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|                   RDLENGTH                      |
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|                     RDATA                       |
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+

Structsยง

DnsResourceRecord
A DNS Resource Record.