Guides DNS configuration for custom funnel domains on Netlify, Vercel, Cloudflare Pages. Covers A/CNAME records, SSL setup, provider references, verification commands, and troubleshooting.
npx claudepluginhub ominou5/funnel-architect-pluginThis skill uses the workspace's default tool permissions.
```
Validates DNS records, SSL certificates, redirects, HSTS, and domain health for custom domains on hosting providers like Railway, Netlify, Vercel, Cloudflare.
Configures custom domains and TLS certificates on Render web services and static sites: DNS setup for CNAME, apex, and wildcard domains, verification, and troubleshooting.
Manages domain/DNS ops across Cloudflare, DNSimple, Namecheap: onboard zones to Cloudflare, flip nameservers, set redirects via Page Rules/Rulesets/Workers, update mappings, verify DNS/HTTP.
Share bugs, ideas, or general feedback.
Type: CNAME
Name: @ (or www)
Value: [site-name].netlify.app
TTL: Auto
Type: A
Name: @
Value: 76.76.21.21
Type: CNAME
Name: www
Value: cname.vercel-dns.com
TTL: Auto
Type: CNAME
Name: @
Value: [project-name].pages.dev
TTL: Auto
| Provider | Dashboard URL | Propagation |
|---|---|---|
| Cloudflare | dash.cloudflare.com | Instant (proxied) |
| Namecheap | ap.www.namecheap.com | 1–24 hours |
| GoDaddy | dcc.godaddy.com | 1–24 hours |
| Google Domains | domains.google.com | 1–48 hours |
| Route 53 (AWS) | console.aws.amazon.com/route53 | 1–24 hours |
Pick one and redirect the other:
example.com)www.example.com → example.com (301)# Check DNS propagation
dig example.com +short
# Check if SSL is active
curl -I https://example.com
# Check redirect
curl -I http://www.example.com
https://