Open the zone → SOA Settings tab in my.cubepath.com.

The SOA — Start of Authority — is the record that describes the zone itself rather than any name in it: who's authoritative for it, who to contact about it, and the timers secondary nameservers follow. Every zone has exactly one, created with the zone.

Most zones never need this tab. It matters when you're moving a domain in from another provider and want the timers to match, when you run your own secondary nameservers, or when your compliance paperwork asks who the hostmaster is.

Read-only fields

FieldWhat it is
Primary nameserverThe nameserver named as authoritative in the SOA. We set and maintain it
SerialThe zone's version number. It goes up on its own every time the zone changes; secondaries use it to notice they're out of date

Editable fields

FieldDefaultRangeWhat it does
Hostmaster emailThe contact address for zone problems, e.g. [email protected]. It's published in the SOA, so use a role address, not a personal one
Refresh3600 s300–86400How often a secondary checks the serial for changes
Retry900 s60–86400How long a secondary waits before retrying a refresh that failed
Expire604800 s86400–2419200How long a secondary keeps serving the zone when it can't reach the primary. After this it stops answering
Minimum TTL300 s60–86400The negative caching TTL: how long resolvers cache the fact that a name doesn't exist

Change what you need and click save; the serial advances and secondaries pick the change up on their next refresh.

Minimum TTL is the one that bites

The name is misleading — it isn't a floor on your records' TTLs, and it doesn't affect answers that exist. It controls how long a resolver remembers an NXDOMAIN: a query for a name that isn't in your zone.

That matters when you add a record people have already tried to reach. If someone hits api.example.com before it exists, their resolver caches the "no such name" for the minimum TTL, and adding the record doesn't help them until it expires. If you're about to publish new names and expect early traffic, lower this first.

Refresh, retry and expire

These three only mean anything to a secondary nameserver — one that copies the zone from the primary. If CubePath's nameservers are the only ones serving your domain, they change nothing about how visitors resolve it, and the defaults are fine forever.

If you do run secondaries, the shape to aim for is: refresh often enough that changes propagate on a timescale you're happy with, retry much faster than that so a brief failure doesn't stall you, and expire long enough that a multi-day outage of the primary doesn't take the zone off the internet. The defaults — one hour, fifteen minutes, one week — are that shape already.

  • The records themselves, and per-record TTLs: Records.
  • Zone creation, nameserver delegation and verification: DNS Zones.