Struct SOA

struct SOA ;

Fields

NameTypeDescription
expire intA 32 bit time value that specifies the upper limit on the time interval that can elapse before the zone is no longer authoritative.
minimum uintThe unsigned 32 bit minimum TTL field that should be exported with any RR from this zone.
mname DomainThe of the name server that was the original or primary source of data for this zone.
refresh intA 32 bit time interval before the zone should be refreshed.
retry intA 32 bit time interval that should elapse before a failed refresh should be retried.
rname DomainA which specifies the mailbox of the person responsible for this zone.
serial uintThe unsigned 32 bit version number of the original copy of the zone. Zone transfers preserve this value. This value wraps and should be compared using sequence space arithmetic.

Methods

NameDescription
fromBinary (ctx) Support for network serialization

https

//datatracker.ietf.org/doc/html/rfc1035#section-3.3.13