Active Domains
Manage your connected infrastructure
| Identity | Destination | Status |
|---|---|---|
| amit.mitanshu.tech | vercel.app | Active |
| api.mitanshu.tech | 192.168.1.1 | Propagating |
| blog.mitanshu.tech | cname.explyra | Active |
Create subdomains, manage DNS records, and control your domain infrastructure from a clean developer dashboard.
| Identity | Destination | Status |
|---|---|---|
| amit.mitanshu.tech | vercel.app | Active |
| api.mitanshu.tech | 192.168.1.1 | Propagating |
| blog.mitanshu.tech | cname.explyra | Active |
Highly redundant DNS infrastructure designed for 100% uptime and sub-second propagation.
Fine-grained control over A, CNAME, MX, and TXT records with instant API verification.
Built-in DDoS protection and automatic SSL certificate orchestration for every subdomain.
Route traffic through 200+ global edge locations. Minimize latency and maximize availability with our distributed DNS anycast network.
// Explyra SDK Integration
import { ExplyraDNS } from '@explyra/sdk';
const dns = new ExplyraDNS({
apiKey: process.env.EXPLYRA_KEY
});
// Create a new subdomain automatically
await dns.records.create({
domain: 'mitanshu.tech',
name: 'app-service-2',
type: 'A',
value: '76.76.21.21',
proxied: true
});Start managing your infrastructure with the developer-first DNS platform.