Vercel DNS Setup
How to add Reloop DNS records in Vercel.
Learn how to configure Reloop DNS records with Vercel.
Prerequisites
- A verified domain in Reloop
- Access to your Vercel DNS management panel
Adding DNS Records
Log in to Vercel
Go to your Vercel dashboard and navigate to the DNS management section for your domain.
Add the SPF record
Add a TXT record with the following value:
v=spf1 include:_spf.reloop.dev ~allIf you already have an SPF record, merge the include:_spf.reloop.dev into your existing record.
Add the DKIM records
Add the CNAME records provided in your Reloop dashboard. These are unique to your domain.
Add the DMARC record (optional)
If you don't already have a DMARC record, add:
v=DMARC1; p=none;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?