Back to Blog
·4 min read·By Sonest Team

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:

  • A Record: Points your subdomain to an IPv4 address (e.g., a VPS or dedicated server).
  • AAAA Record: Points to an IPv6 address.
  • CNAME Record: Aliases your subdomain to another hostname — the most common option for PaaS providers like Vercel (`cname.vercel-dns.com`) or Netlify (`your-site.netlify.app`).
  • TXT Record: Used for domain verification with services like Google Search Console or GitHub Pages.
  • Step 3: Add the Record

    Fill out the DNS record form with:

  • Name: Use `@` for the root subdomain, or enter a sub-prefix.
  • Type: Select A, CNAME, TXT, or whichever type your provider requires.
  • Target/Value: Enter the IP address or hostname provided by your hosting service.
  • TTL: Leave at the default (Auto) unless you have a specific requirement.
  • 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.