Documentation Index
Fetch the complete documentation index at: https://docs.xloud.tech/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Reverse DNS maps IP addresses back to hostnames using PTR records. This is distinct from forward DNS (hostname to IP). Reverse DNS is required by mail servers for spam reputation checks, improves audit log readability, and is a compliance requirement for many security frameworks. The Dashboard provides a dedicated DNS Reverse interface for managing PTR records on your floating IPs without manually creating reverse zones.Prerequisites
- An active Xloud account with appropriate permissions
- Access to the Xloud Dashboard or CLI configured with credentials
- API credentials sourced (
source openrc.sh)
How Reverse DNS Works
View Reverse DNS Entries
- Dashboard
- CLI
Navigate to Network > DNS Reverse. The list shows all floating
IPs in your project with their PTR status.
| Column | Description |
|---|---|
| Address | The IP address (clickable to view details) |
| PTR Domain Name | The hostname this IP resolves to, or empty if not set |
| Status | Active, Pending, or Error |
Set a PTR Record
- Dashboard
- CLI
Navigate to DNS Reverse
Navigate to Network > DNS Reverse. Find the IP address
you want to configure.Click the More dropdown in the row actions, then select Set.
The Set action is always available and can be used to create a new PTR
record or update an existing one.
Enter the domain name
In the Set Domain Name PTR dialog, enter the Domain Name — the
fully qualified hostname this IP should resolve to.
| Field | Details |
|---|---|
| Domain Name (required) | FQDN ending with a dot (e.g., smtp.example.com.) |
| Description (optional) | Notes about this PTR record |
| TTL (Time To Live) (optional) | Cache duration in seconds. Minimum: 0. Default placeholder: 3600 |
Unset a PTR Record
- Dashboard
- CLI
Find the PTR record
Navigate to Network > DNS Reverse. Find the IP address
with the PTR record you want to remove.
The Unset action is only available when a PTR domain name is
configured and the status is Active.
View PTR Record Details
- Dashboard
- CLI
Click an IP address in the DNS Reverse list to open the detail page.
From the detail page, you can Set (to update) or Unset the PTR record
using the More dropdown in the actions menu.
| Field | Description |
|---|---|
| Address | The IP address |
| PTR Domain Name | The configured hostname |
| Description | Notes about this PTR record |
| ID | Unique identifier |
| Time To Live | TTL in seconds |
| Status | Active, Pending, or Error |
| Action | Current action type |
IPv6 Reverse DNS
IPv6 PTR records follow the same process as IPv4. The DNS service automatically manages theip6.arpa. reverse zones for your allocated IPv6 prefixes.
Set PTR record for an IPv6 floating IP
Next Steps
Manage Records
Add forward DNS records to complement your PTR configuration
Record Types Reference
Reference for all supported DNS record types
Troubleshooting
Resolve PTR record failures and zone delegation issues
DNS Admin Guide
Administer reverse zone pools and nameserver delegation