Expanse

Domains

DNS records

Record types supported in Expanse Panel DNS and how to add, edit, or delete them.

DNS records

Open a zone from Networking by clicking the domain row. The Records tab is where you manage DNS for that zone.

Add, edit, delete

  • Add: choose the record type, enter the name (often a subdomain or @ for the apex—follow the hints in the panel), TTL, and content (IP, hostname, or text depending on type), then save.
  • Edit: change TTL or content (and name if the panel allows) on an existing row.
  • Delete: remove a record you no longer need. Destructive actions may ask for confirmation.

Changes are written to Expanse DNS immediately after save, subject to registrar verification rules on domains registered through Expanse (see registrant contacts).

TTL

TTL (“time to live”) tells resolvers how long to cache an answer. The panel offers common presets from one minute to one week; longer values reduce load but slow how fast changes propagate globally.

Record types supported

Below is what each type is typically used for. Names must follow DNS rules shown in the panel.

TypePurpose
APoints a hostname to an IPv4 address.
AAAAPoints a hostname to an IPv6 address.
CNAMEAlias one name to another hostname (cannot coexist with other data on the same name in many cases—follow panel warnings).
MXMail routing: priority and mail server hostname.
TXTArbitrary text—used for SPF, DKIM, domain verification, etc.
NSDelegates a subdomain to different nameservers.
SRVLocates a service (e.g. SIP) with priority, weight, port, and target.
CAAStates which certificate authorities may issue TLS certificates for your domain.
PTRReverse DNS (often managed by whoever owns the IP block).
SSHFPPublishes an SSH host key fingerprint for verification.
TLSADANE: binds a TLS certificate to the name in DNS.
SVCB / HTTPSService binding and HTTPS service parameters (modern service discovery).
NAPTRUsed in ENUM and some SIP routing setups.
HINFOOptional host CPU/OS info (rarely needed today).
CERTStores certificate material in DNS.
SMIMEAS/MIME certificate association for email.
OPENPGPKEYOpenPGP public key for email.
URIMaps a name to URIs with priority and weight.
LOCGeographic location.
RPResponsible person for the domain (machine-readable contact).
ZONEMDZone digest for zone integrity verification.
SPFLegacy SPF type; prefer TXT for new SPF policies.

If the panel hides a rare type for your zone, use what the UI offers—supported types match the product’s DNS engine.

Import and export

Where the product exposes import or export (JSON, CSV, or zone file formats), use them for bulk edits or backups. Always review a dry-run or preview if offered before applying imports.