For the complete documentation index, see llms-docs.txt or the site index llms.txt. Full docs corpus: llms-full-docs.txt. Prefer the markdown version of this page at /docs/guides/dns-vercel.md. Product capabilities: skill.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

Vercel DNS Setup

How to add Reloop DNS records in Vercel.

Learn how to configure Reloop DNS records with Vercel.

Prerequisites

Adding DNS Records

1

Log in to Vercel

Go to your Vercel dashboard and navigate to the DNS management section for your domain.

2

Add the SPF record

Add a TXT record with the following value:

v=spf1 include:_spf.reloop.dev ~all

If you already have an SPF record, merge the include:_spf.reloop.dev into your existing record.

3

Add the DKIM records

Add the CNAME records provided in your Reloop dashboard. These are unique to your domain.

4

Add the DMARC record (optional)

If you don't already have a DMARC record, add:

v=DMARC1; p=none;
5

Verify in Reloop

Return to the Reloop dashboard and click Verify. DNS propagation may take up to 72 hours, but typically completes within minutes.

DNS changes can take up to 72 hours to propagate, though most providers update within a few minutes. If verification fails, wait and try again.

Troubleshooting

  • Record not found: Double-check that you've added the records to the correct domain/subdomain.
  • Existing SPF record: You must merge Reloop's SPF include into your existing SPF record rather than creating a duplicate.
  • CNAME conflicts: Some providers don't allow CNAME records on the root domain. Use a subdomain instead.

Learn More

Was this page helpful?

Edit this page