Hi! I’m trying to add www.amati.net.by to my Vercel project, but the verification requires a TXT record at _vercel.net.by. This is impossible because .net.by is a public suffix managed by the Belarusian domain registry — I don’t have access to the net.by DNS zone.
I’ve already added the TXT record at _vercel.amati.net.by with the correct verification value: vc-domain-verify=www.amati.net.by,af758557d2a5ac9965a2
I also added the CNAME record for www.amati.net.by pointing to 136483e16525050e.vercel-dns-017.com.
This is the same PSL issue as discussed here: TXT Verfication
Could a Vercel team member please manually verify my domain ownership? Thank you!
The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for bonus points.
You can also use v0 to narrow down the possibilities.
It seems that .net.by is not currently listed on the Public Suffix List (PSL), which is why Vercel’s verification logic treats net.by as a registrable domain and expects the TXT record at _vercel.net.by, a zone you don’t control.
There was a pull request to add NET.BY, AT.BY, and MINSK.BY to the PSL (#2643), but it was closed.
The recommended path forward is to contact the .net.by operator (Domain.by) and ask them to submit a new PSL inclusion request for the private section. Once it’s listed, Vercel’s verification will correctly scope to _vercel.amati.net.by and your existing TXT record should work.