Struct ZoneConfig.SOAConfig

SOA Configuration of the zone, required for master server All Duration values are precise to the second

struct SOAConfig ;

Fields

NameTypeDescription
email configy.Attributes.SetInfo!(string)Email address of the person responsible for the zone
expire core.time.DurationHow much time should elapse before the zone is no longer authoritative. This value should be higher than refresh so that a client attempt to refresh its zone data before completely discarding it. Default to 10 blocks, or 100 minutes.
minimum core.time.DurationThe minimum value to TTL for any record in the zone The TTL define the amount of time (expressed in second in the record) that a record is valid for. With a minimum of 2 minutes, the clients will cache DNS queries for at least 2 minutes before querying us again. This value needs to be lower than the block interval.
refresh core.time.DurationHow often secondary servers should refresh this zone Default to 9 minutes, slightly lower than the block interval
retry core.time.DurationHow much time should elapse before a request should be retried