I have little to no experience with DNS records. Whenever a service requests that I add a DNS record to my domain, Dynadot never seems to have the input fields I need. Since updating DNS records can take a long time, I can't exactly brute force troubleshoot through my problems unless I want to be trying for weeks. I'm having 2 DNS record problems right now:
1) Authenticating my domain on the Tutanota email service so I can use a custom domain for my email. To authenticate that I own my domain, I have been told to add a DNS record of Type=TXT, Host/Name=@, and Value/Points-to=[string]. However, Dynadot only appears to have "Record Type" and "IP Address or Target Value" fields. I'm not entirely sure how I'm supposed to input the 3 required fields I was given into the 2 available fields. From my research I may have to use the Subdomain Records section as well but I'm not exactly sure how.
2) Authenticating my domain on SendGrid so I can use my domain instead of the default "sendgrid.net" extension. SendGrid requires me to add several DNS records of TYPE=CNAME, HOST=[string], VALUE=[string]. However, the problem is still the same as I don't know how to populate these 3 fields of information into the provided "Record Type" and "IP Address or Target Value" fields.
It may just be my lack of experience showing but I feel like Dynadot could really benefit from making their DNS record forms more user friendly. From what I saw through trying to troubleshoot, other services provide proper explicit inputs for DNS records. Fortunately, that's the only major complaint I've had so far with Dynadot. Regardless, I'd really just like to learn how to add these records to my domain. Any help is appreciated.
Hi, Thanks for putting some clarification. I'm having similar issue. I'm trying to setup custom domain for my Hashnode.com blog which provide CNAME and A types, both with '@' as Host. I've tried to use CNAME and then A (without '@') but still no success, https://jbarszczewski.com is not working
I was able to figure out my problem by asking through the support chat. It was very quick and easy! Props to Dynadot. For anybody else stuck in a similar situation, I'll post my solution here.
My email service asked for a DNS record with the fields: - Type: TXT - Host/Name: @ (the @ indicates you need to add this to your Domain Record rather than your Subdomain Record) - Value/Points to: [EmailServiceProvidedString]
Under the *Domain Record* section, I needed to enter the following into Dynadot: - Type: TXT - IP Address or Target Host: [EmailServiceProvidedString]
SendGrid asked me to make a DNS record with: - Type: CNAME - Host: [StringA][my-domain.ext] (For example, given a value of sdf432.mywebsite.com, sfd432 would be [StringA]) - Value: [StringB]
Under the *Subdomain Record* section, I needed to enter the following into Dynadot: - Subdomain: [StringA} - Record Type: CNAME - IP Address or Target Host: [StringB]