CNAME Entry in Google Domain - dns

there is an obligatory CNAME entry for one of my Google domains.
It reads:
_domainconnect.[mydomain].de CNAME 6 hours connect.domains.google.com.
What is this CNAME entry used for? As far as I have understood DNS this should not be necessary to find the actual server IP.

It is indeed not necessary for IP lookup. I suppose maybe Google itself uses it for something. I've found this https://community.cloudflare.com/t/domainconnect-in-dns-record-is-it-needed/185059 but no actual explanation of what it is.
I noticed this entry in one of my domains I have in CloudFlare that is registered via Google Domains, I also have another domain purchased there with a DNS zone on CF that does not have it. I'd say it's safe to get rid of the record — Google's dashboard never complained about it and DNS itself certainly does not need it.

It is more protocol than anything, and is not used to find your server's IP.
There is an open Web standard called Domain Connect that Google adheres to. Within Domain Connect's specifications (at this link at the time of writing) there is a section called DNS Provider Discovery that gives a full explanation of the spec Google is trying to fulfill by having that CNAME record.
To summarize what the Domain Connect docs say on this spec:
Every domain name, to meet this spec, needs to provide information on what DNS provider is being used (in your case, Google). It says that that information must be available via a TXT type DNS record with the host name of _domainconnect.<your domain name here>.
However, the docs alternatively allow for a CNAME type DNS record (CNAME is used as an alias record) with host name _domainconnect.<your domain name here> to point to another domain/subdomain that contains this TXT record with the record value the spec asks for. (Google does it the CNAME way with connect.domains.google.com. as the value.)
Whichever way this spec is done, the record value of this final TXT record should be a domain that you can do an HTTP GET request to, with the full URL being in the form of https://<the TXT record value>/v2/<your domain>/settings to get a JSON response that contains information about the DNS provider.
To see this in action:
If I go to a DNS lookup tool site like https://mxtoolbox.com/txtlookup.aspx, I can put the value of the CNAME record, connect.domains.google.com, in the search bar and see the corresponding TXT record, which has a record value of "domainconnect.googleapis.com". (Note: of course, when I use this value in an HTTP GET request in the next step, I'm going to strip off the double quotes.)
I should then be able to do an HTTP GET request to https://domainconnect.googleapis.com/v2/mydomain.de/settings and get a JSON response with information on Google as a DNS provider. I can see the JSON by just entering that URL in a browser URL bar. At the time of writing, assuming mydomain.de was a valid domain with Google Domains as its DNS provider, you should get:
{
"providerId": "domains.google.com",
"providerName": "Google Domains",
"providerDisplayName": "Google Domains",
"urlSyncUX": "https://domains.google.com/domainconnect",
"urlAPI": "https://domainconnect.googleapis.com"
}
And that entire journey was so that people/software can see who your DNS provider is, and some basic info about them, all via DNS. Phew...
Be advised that Google isn't the only big DNS provider that adheres to Domain Connect specs.

Related

DNS wildcard issue - after adding Cname record for google Domain verification

I've a domain, let's say abcd.com, For this domain,
We have a wildcard A record pointing to an IP say, 12.34.56.78,
* => 12.34.56.78
So, all subdomains of abcd.com point to 12.34.56.78.
So, when I access small.abcd.com, it points to 12.34.56.78.
Then, we added a Cname record for Google domain verification of small.abcd.com,
eocjdrkdkoed.small => gv-f8ded7dfivfkdo.dv.googlehosted.com
For more information on this, go to https://support.google.com/a/answer/47283?hl=en
This caused a DNS error with small.abcd.com. That is, this url small.abcd.com is no longer accessible and it no longer points to 12.34.56.78.
On nslookup, it says, "Can't find small.abcd.com: No answer".
Can anyone help me with this ? Is it an issue with my DNS provider or is it how DNS records work ?
edit:
The domain not working - small57.realizegoal.com.
Before, it used to point to xxx.xx.68.191.
After adding DNS verification Cname record, it started failing.

Azure A Records gives 404

I have a website hosted at Azure, registered {0}.com and www.{0}.com as custom domain, both are working fine!
But if I use the plain IP which I put into the A record, it gives me an 404.
My understanding is that the plain IP address should also return the website, am I wrong? If it should do so, whats my mistake?
Did you create an “awverify” record in your domain register? You need to create a special CNAME record that is used to verify you own your domain. This is required if you are going to use A record, and is not necessary for CNAME. You can check http://azure.microsoft.com/en-us/documentation/articles/web-sites-custom-domain-name/.

Implementing 3rd level domain name hosting

Say, you have a 2nd level domain name of your home town: my-town.us and you want to give away 3rd level domain names (like the-barber.my-town.us) automatically and for free to anyone requested (i.e. implement 3rd level domain hosting). How would you go about implementing it?
I thought about using wildcard DNS record *.my-town.us to point to a web app, which would make a redirect based on requested url. But that would not be any good, because redirect will, well, redirect instead of using the desired domain the-barber.my-town.us.
You should delegate subdomains, just like the domain my-town.us was delegated to you.
Just like you supplied contact information and a list of nameservers when you registered my-town.us, they should supply contact information and a list of nameservers to you. You then list these nameservers as NS records in the parent zone.

Added new Nameservers but domain name still 'parked'

I have created a new account on WHM and given it my domain name as the name. I then got the 2 name servers used by every site on my WHM server and inserted them into the Nameserver fields on the my registrars site. Is that all I have to do?
I know it sometimes takes a while for the domain name to perpetrate but when I type in the url it says it still parked. Is this ok?
Actually it seems what I've done is correct. The domain name did propagate eventually

Redirecting mail.example.com to http://mail.google.com/a/example.com

A domain name that we have is using google mail as its backend, but its not hosted anywhere (no website). How can I, through the registrar interface (I'm using 1&1), redirect ppl who type in http://mail.example.com to http://mail.google.com/a/example.com ?
I can create a subdomain and set its DNS/CNAME, but what do I put where? Also, if I make this change will it affect the existing mail delivery (for which everything is running fine presently).
It turns out it wasn't that tough... and the instructions are part of Google itself:
Dashboard -> Service settings: Email -> General:Web address -> Change URL
https://www.google.com/a/cpanel/example.com/CustomUrl?s=mail
Changing CNAME record
To use the custom URL mail.example.com, you must change the CNAME record with your domain host.
Sign in to oneandone.
Navigate to your DNS Management page. The location and name
of this page will vary by host, but
can generally be found in Domain
Management or Advanced Settings.
Find the CNAME settings and enter the following as the CNAME value
or alias:
mail
Set the CNAME destination to the following address:
ghs.googlehosted.com
Save changes with your domain host and click "I've completed
these steps" below.
You cannot redirect to a path (such as /a/example.com) using only DNS. DNS CNAME records can make mail.example.com/foo effectively point to mail.google.com/foo, but something more sophisticated will require HTTP redirects. This means you need someone hosting your web page for this to work.
Sorry.
If your registrar offers an "HTTP Redirect" option, you can use that. Some registrars do. If you use this, they're effectively running a minimal web server for you. Note that this may break SSL when users access your page via https://example.com.
Mail delivery is via MX records, which won't be affected by changes to other types of record (so long as you don't interfere with the DNS records for the domain's mail servers).

Resources