Domains

DNS management

Authoritative DNS for Mutire domains, built for clean cutovers and reliable mail routing.

Mutire provides authoritative DNS hosting for domains registered or transferred to the platform. Use the DNS editor for records, mail routing, and verification TXT strings for TLS and third-party services.

For high availability, pair DNS with health-checked endpoints on MVC or load balancers. Document your change process so deployments do not cause avoidable outages.

Common record types

  • A / AAAA

    point hostnames to IPv4 or IPv6 addresses.

  • CNAME

    alias one hostname to another (not on apex in standard DNS).

  • MX

    define mail exchangers and priority for email delivery.

  • TXT

    SPF, DKIM, DMARC, and domain verification strings.

  • NS

    delegate subdomains to other nameserver sets when required.