DNS Record Management
CloudWeb integrates DNS management directly with Cloudflare, allowing you to create and manage DNS records directly from the user panel. DNS settings can be found in the DNS section.
Supported record types
- A β maps a domain to an IPv4 address
- AAAA β maps a domain to an IPv6 address
- CNAME β alias for another domain
- MX β mail server (requires priority)
- TXT β text record (SPF, verification, etc.)
- NS β nameserver record
- SRV β service record (requires priority, weight, and port)
- CAA β Certification Authority Authorization
- SPF β Sender Policy Framework
- DKIM β DomainKeys Identified Mail
- ANAME β alias record for root domain
- NAPTR β Naming Authority Pointer
Creating DNS records
- Select the record type
- Enter the name (
@for root domain, or a subdomain likeblog) - Enter the record content (IP address, target domain, etc.)
- Set the TTL (Time to Live) β from 1 minute to 1 day
- For MX and SRV records, enter the priority
Cloudflare proxy
A, AAAA, and CNAME records can be routed through the Cloudflare proxy (orange cloud). When proxy is active:
- TTL is set automatically
- Traffic goes through Cloudflare CDN with DDoS protection
- The actual server IP address is hidden
Automatic email DNS setup
The Mail DNS Setup button automatically creates all necessary records for email service:
- MX record β directs emails to the CloudWeb mail server
- SPF record β authorizes the server to send emails on behalf of your domain
- DMARC record β email authentication policy
- DKIM record β digital email signature
The process automatically creates the domain in the Poste.io mail server, generates DKIM keys, and provisions all records to Cloudflare.
Provisioning status
Records are first saved to the database and then asynchronously provisioned to Cloudflare. Each record's status can be:
- Pending β waiting for provisioning
- Provisioned β successfully deployed to Cloudflare
- Failed β provisioning failed
Limitations
- SOA and NS records β system-managed, cannot be edited
- Locked records β set by admin, cannot be modified
- Subdomain hostings β DNS is managed through the parent/master domain
Was this article helpful?
Your feedback helps us improve our documentation