Overview
Polystack DNS supports 12 standard DNS record types. Each type serves a specific purpose in DNS resolution. This reference covers the supported types, their value format, and usage examples for both Dashboard and CLI.When creating records in the Dashboard, the form provides format hints and
validation for each type automatically. See Manage Records
for the step-by-step creation workflow.
Quick Reference
Record Type Details
A — Address Record
A — Address Record
Maps a hostname to one or more IPv4 addresses. The most common record type.
- Dashboard
- CLI
Select type A, enter the FQDN (e.g.,
www.example.com.), and add one or
more IPv4 addresses in the Records field.AAAA — IPv6 Address Record
AAAA — IPv6 Address Record
Maps a hostname to an IPv6 address. Identical to A records but uses IPv6 notation.
- Dashboard
- CLI
Select type AAAA and enter one or more IPv6 addresses in the Records field.
CNAME — Canonical Name (Alias)
CNAME — Canonical Name (Alias)
Creates an alias that points one hostname to another. The target must resolve
to an A or AAAA record.
- Dashboard
- CLI
Select type CNAME and enter the target FQDN in the Records field.
MX — Mail Exchange
MX — Mail Exchange
Specifies the mail servers responsible for receiving email for the domain.
Multiple MX records with different priorities enable failover.
Lower priority numbers have higher precedence. If the primary fails, resolvers
try the next lowest priority.
- Dashboard
- CLI
Select type MX and enter each record as
priority hostname.
(e.g., 10 mail.example.com.).NS — Name Server
NS — Name Server
Delegates a subdomain to a different set of nameservers. Zone apex NS records
are auto-managed — do not modify them manually.
- Dashboard
- CLI
Select type NS and enter nameserver FQDNs in the Records field.
PTR — Pointer Record (Reverse DNS)
PTR — Pointer Record (Reverse DNS)
Maps an IP address back to a hostname. PTR records live in reverse zones
(
in-addr.arpa. for IPv4, ip6.arpa. for IPv6).For floating IP reverse DNS, use the dedicated Reverse DNS interface
at Network > DNS Reverse instead of creating PTR records
manually. See Reverse DNS.
SPF — Sender Policy Framework
SPF — Sender Policy Framework
Defines which mail servers are authorized to send email for the domain.
Helps prevent email spoofing.
- Dashboard
- CLI
Select type SPF and enter the SPF policy string in the Records field.
SRV — Service Locator
SRV — Service Locator
Specifies the host and port for a specific service. Used by SIP, XMPP, LDAP,
and other service-discovery protocols.
- Dashboard
- CLI
Select type SRV. Enter the name as
_service._protocol.domain.
(e.g., _sip._tcp.example.com.) and the record as priority weight port target.SSHFP — SSH Public Key Fingerprint
SSHFP — SSH Public Key Fingerprint
Publishes SSH host key fingerprints in DNS, allowing SSH clients to verify
host keys via DNSSEC-secured lookups.
- Dashboard
- CLI
Select type SSHFP and enter the algorithm, fingerprint type, and hex
fingerprint in the Records field.
TXT — Text Record
TXT — Text Record
Stores arbitrary text data. Widely used for domain ownership verification,
SPF policies, DKIM keys, and DMARC.
- Dashboard
- CLI
Select type TXT and enter the text value in the Records field.
Next Steps
Manage Records
Create, update, and delete record sets using the Dashboard and CLI
Reverse DNS
Configure PTR records for your zone’s IP addresses
Create a Zone
Provision a new authoritative DNS zone
Troubleshooting
Resolve record conflicts and propagation issues
