How to Configure Custom DNS Records on Sonest
Step-by-step guide on setting up A, CNAME, and TXT records to map your subdomain to your hosting provider.
One of the most common tasks after claiming your .snst.lol subdomain is pointing it to your hosting provider. Whether you're using Vercel, Netlify, a VPS, or any other platform, Sonest gives you full control over your DNS records.
Step 1: Open Your Subdomain Dashboard
After signing in, navigate to your subdomain from the dashboard. Click the DNS Records tab to view and manage your records.
Step 2: Choose the Right Record Type
The record type you need depends on your hosting provider:
Step 3: Add the Record
Fill out the DNS record form with:
Click Save and your record will propagate instantly via Cloudflare's global edge network.
Step 4: Verify the Configuration
You can verify your DNS configuration using command-line tools:
dig your-project.snst.lol
nslookup your-project.snst.lol
Or use an online DNS checker to confirm propagation worldwide.
Common Setups
Vercel
Add a CNAME record with target cname.vercel-dns.com. Then add your subdomain in the Vercel project settings under Domains.
Netlify
Add a CNAME record with target your-site.netlify.app. Configure the custom domain in Netlify's domain settings.
VPS / Dedicated Server
Add an A record with your server's IPv4 address. Optionally add an AAAA record for IPv6 support.
Need Help?
If you run into issues, check our DNS Management documentation or reach out to us at support@sonest.app.