Free DNS Record Generator
Generate DNS records in multiple formats. Perfect for setting up domains, configuring mail servers, and managing infrastructure as code.
Supported Record Types
- A Record: Maps domain to IPv4 address
- AAAA: Maps domain to IPv6 address
- CNAME: Creates an alias to another domain
- MX: Specifies mail servers
- TXT: Text records for SPF, DKIM, verification
- NS: Nameserver delegation
- SRV: Service location records
- CAA: Certificate Authority Authorization
Output Formats
- BIND: Standard zone file format
- Cloudflare: API curl command
- Route53: AWS JSON format
- Terraform: Infrastructure as code