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.
Getting Started
Learn how to configure your first DNS provider and start managing zones.
Configuration GuideKey Features
Explore advanced capabilities like DNSSEC, Global Load Balancing, and Failover.
View FeaturesAPI Reference
Integrate DNS Fabric into your workflows using our RESTful API.
Swagger UIWhy 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.