Welcome to DNS Fabric

DNS Fabric is a comprehensive, production-ready Multi-Cloud DNS Management Platform. Manage DNS records across AWS Route53, Google Cloud DNS, Azure DNS, and Cloudflare from a single unified interface.

Why DNS Fabric?

Managing DNS across multiple cloud providers is complex. DNS Fabric abstracts this complexity, providing a single API and UI to handle everything.

  • Unified ManagementOne interface for all your DNS needs across providers.
  • RedundancyEasily replicate zones across providers for high availability.
  • SecurityBuilt-in support for DNSSEC and role-based access control.
bash
$ dnsfabric zone create example.com \
    --provider aws \
    --provider google \
    --enable-dnssec

> Creating zone 'example.com'...
> [AWS] Zone created: Z086...
> [GCP] Zone created: example-com
> Enabling DNSSEC... Done.
> Zone is now active on 2 providers.