<p>Virtualmin provides a full DNS management interface for your domains.</p>
<h5>Accessing DNS Management</h5>
<ol>
<li>Log in to Virtualmin</li>
<li>Click <strong>DNS</strong> in the left sidebar</li>
<li>You will see all existing DNS records for your domain</li>
</ol>
<h5>Common DNS Record Types</h5>
<ul>
<li><strong>A Record</strong> — Maps a domain to an IPv4 address</li>
<li><strong>AAAA Record</strong> — Maps a domain to an IPv6 address</li>
<li><strong>CNAME Record</strong> — Aliases one domain to another</li>
<li><strong>MX Record</strong> — Specifies mail servers for the domain</li>
<li><strong>TXT Record</strong> — Stores text data (SPF, DKIM, verification)</li>
<li><strong>SRV Record</strong> — Service-specific records</li>
</ul>
<h5>Adding a Record</h5>
<ol>
<li>Click <strong>Add DNS Record</strong></li>
<li>Select the record type</li>
<li>Enter the name (leave blank for the root domain, or enter "www" for a subdomain)</li>
<li>Enter the value/address</li>
<li>Set TTL (default 86400 is fine for most records)</li>
<li>Click <strong>Create</strong></li>
</ol>
<h5>Zone Backups</h5>
<p>Virtualmin automatically backs up your DNS zone. You can also manually export your zone file from the DNS section.</p>