Open the zone → Records tab in my.cubepath.com.

Records are the zone's actual content: the answers our nameservers give when a resolver asks about a name under your domain. Everything else in a DNS zone — regions, health checks, SOA timers — only shapes how these answers are served.

Add a record

  1. 1
    Click Add Record
    The dialog opens with the most common combination already selected: an A record on @.
  2. 2
    Set the name
    @ is the domain itself (example.com). Anything else is a subdomain: www, api, mail. Don't type the domain again — www becomes www.example.com.
  3. 3
    Pick the type and value
    The placeholder in the Content field shows the shape the type expects.
  4. 4
    Set the TTL
    Seconds. 60 is a sensible default and the lowest the form accepts; lower floors come with the higher plans.
  5. 5
    Save
    The record is live within seconds — subject to whatever resolvers already cached.

Record types

TypeWhat it's for
AAn IPv4 address. The one you'll add most
AAAAAn IPv6 address
CNAMEAn alias pointing at another name. Not valid on @
ALIASAn alias at the apex — what you use when a CNAME would be illegal on @
MXMail exchange. Needs a priority; lower wins
TXTFree text. SPF, DKIM, DMARC and domain-ownership tokens all live here
SRVA service endpoint. Needs priority, weight and port
CAAWhich certificate authorities may issue for the domain
NSDelegates a subdomain to someone else's nameservers
PTRPointer record, for reverse lookups
SSHFPSSH host key fingerprint
TLSAPins a TLS certificate for DANE

The dialog only shows the extra fields a type actually needs, so Priority appears for MX and SRV, and Weight and Port for SRV alone.

TTL

TTL is how many seconds a resolver may cache the answer before asking again. It's the single setting with the most operational consequence in DNS, because it decides how long a mistake — or a planned change — takes to disappear from the internet.

  • Low (30–60 s) for anything that moves: records with health checks, records you're about to change, anything failing over.
  • Higher (hours) for records that never change: MX, TXT verification tokens, a CNAME to a CDN.

Comments and system records

Every record takes an optional comment (up to 255 characters). Use it — six months later, "temporary, remove after the migration" is the difference between deleting a record confidently and leaving it forever.

Some records are managed by the system and can't be renamed. They're there because the zone needs them to function.

Editing and deleting

Editing a record replaces the answer; the change takes effect as soon as it's saved and resolvers stop serving the old one when their cached copy expires. Deleting is immediate and has no confirmation beyond the dialog, so read the name before you confirm — a deleted @ A record takes the site down for as long as the TTL runs.

  • Serving different values by region: GeoDNS.
  • Removing a dead address from the answers automatically: Health checks.
  • SPF, DKIM and DMARC without hand-writing the TXT records: Recommendations.