I’m trying to use the DNS import feature and it’s adding my domain name on the end of every host and value and I’m not sure why, I’m using the same format that the files export in.
For example if if I import this line
_acme-challenge.website IN CNAME abc.validation.magento.cloud
The record created will be
_acme-challenge.website.mydomain.com
IN CNAME abc.validation.magento.cloud.mydomain.com
The domain is already implied in the host, so then what I actually have if I verify with MXtoolbox or a 3rd party tool is a record for _acme-challenge.website.mydomain.com.mydomain.com (notice the domain is there twice) pointing to the value which ALSO has the domain appended where it shouldn’t have been.
Am I going crazy?
Edit: Added backticks to get around URL filter on the forum