Problem
The default ALIAS records created by Vercel DNS for balancehospitalityscheveningen.nl are pointing to internal hostnames that resolve to non-Vercel IPs.
Current Behavior
- Apex domain ALIAS →
8fa12a182d744c5f.vercel-dns-017.com→ resolves to208.91.112.55(not a Vercel IP) - Wildcard ALIAS →
cname.vercel-dns-017.com→ resolves to64.29.17.65(not a Vercel IP)
Evidence
Running nslookup against Vercel nameservers returns the incorrect IP:
nslookup balancehospitalityscheveningen.nl ns1.vercel-dns.com
This returns 208.91.112.55 instead of the expected Vercel IP (76.76.21.21).
Impact
A manually added A record for 76.76.21.21 is being overridden by these broken default ALIAS records, causing the domain to route to incorrect servers.
Root Cause
This appears to be a Vercel infrastructure/DNS bug where the internal vercel-dns-017.com ALIAS targets are resolving to IPs outside Vercel’s network.
Resolution Needed
Vercel engineering needs to fix or remove the broken ALIAS records. The user was unable to submit a support case due to Hobby plan restrictions on DNS Configuration topics, despite this being an infrastructure defect on Vercel’s side.