DNS Configuration - ClickSpot Docs

DNS Configuration

Point your domain to ClickSpot by adding two DNS records: a CNAME and a TXT record for verification.

Required DNS Records

You need to add two records to verify your domain:

1. CNAME Record

Points your subdomain to ClickSpot's servers:

TypeName/HostValue/Target
CNAMElinksr.clickspot.io

Replace links with your subdomain. For example, if your domain is go.example.com, the name would be go.

2. TXT Record

Proves you own the domain. The exact value is shown in your workspace after you add the domain:

TypeName/HostValue
TXT_clickspot-verify.linksclickspot-verify=YOUR_TOKEN

Replace links with your subdomain and YOUR_TOKEN with the token shown in your domain settings.

DNS Provider Examples

Cloudflare

  1. Go to your domain's DNS settings
  2. Click "Add record"
  3. Select CNAME
  4. Enter the name and target as shown above
  5. Set proxy status to "DNS only" (gray cloud)
  6. Click "Save"

GoDaddy

  1. Go to My Products → DNS
  2. Click "Add" in the Records section
  3. Select record type
  4. Enter name and value
  5. Keep TTL at default
  6. Click "Save"

Namecheap

  1. Go to Domain List → Manage
  2. Click "Advanced DNS"
  3. Click "Add New Record"
  4. Select type and enter values
  5. Click the checkmark to save

TTL (Time to Live)

TTL controls how long DNS records are cached. We recommend:

  • During setup - Use a low TTL (300 seconds / 5 minutes) so changes propagate quickly
  • After verification - You can increase to 3600 (1 hour) or higher for better performance

Propagation Time

DNS changes can take anywhere from a few minutes to 48 hours to propagate worldwide. Most changes propagate within 15 minutes.

You can check propagation status using tools like dnschecker.org.

Proxy Services

If you use Cloudflare or another proxy service, you may need to disable the proxy (orange cloud → gray cloud) for the domain to work correctly with ClickSpot.

Related Topics