_cf-custom-hostname.example.com) is pasted into a provider’s host field that only expects the first part (like _cf-custom-hostname).
General rule of thumb
When your DNS provider asks for a “host” or “name,” it usually wants only the part before your domain — not the full domain name. Your provider appends the domain automatically:- For
www.example.com, enterwww - For
_cf-custom-hostname.example.com, enter_cf-custom-hostname - For
_acme-challenge.example.com, enter_acme-challenge - For
example.com, many providers use@(or leave the host blank)
Provider-specific notes
Amazon Route 53
Amazon Route 53
Unlike most providers, Route 53 accepts fully qualified record names — meaning you can paste the complete name from Laravel Cloud (for example, The output should match the nameservers listed in your Route 53 hosted zone.
_cf-custom-hostname.example.com) directly into the name field. Route 53 may add a trailing dot (e.g., _cf-custom-hostname.example.com.). This is standard DNS formatting and is expected.If you are not sure you are editing the correct hosted zone, confirm which nameservers are authoritative for your domain:GoDaddy
GoDaddy
GoDaddy’s DNS editor uses a “Host” field that expects only the subdomain portion. For example, if Laravel Cloud shows
_cf-custom-hostname.example.com, enter _cf-custom-hostname — GoDaddy adds .example.com for you.After saving, GoDaddy displays the full record name. Confirm it matches the record name shown in Laravel Cloud exactly, with no repeated or missing parts.Namecheap
Namecheap
Namecheap’s DNS editor uses a “Host” field that expects only the subdomain portion. For example, if Laravel Cloud shows
_acme-challenge.example.com, enter _acme-challenge — Namecheap adds the domain automatically.For root-domain records (i.e., records for example.com itself), use @ as the host value.Squarespace / Google Domains
Squarespace / Google Domains
Squarespace (which acquired Google Domains) has its own naming conventions that can differ from the fully qualified names shown in Laravel Cloud. In most cases, you should omit the
.example.com suffix when entering record names — Squarespace appends it for you, similar to GoDaddy and Namecheap.Cloudflare
Cloudflare
If your domain is using Cloudflare nameservers, see the Cloudflare DNS Guide.
Verify your DNS records
Once you have added your records, you can confirm they are visible on the internet by running the following commands in your terminal. Replaceexample.com with your actual domain:

