I want to reset my gmail password ( I added my domain on google app ). In this link http://support.google.com/a/bin/answer.py?hl=en&answer=112038 Google says too add Reset the administrator password CNAME too my domain How I can add this CNAME on debian with tinydns?!
Asked
Active
Viewed 1,218 times
-7
-
1The actual question here is, "How do I add a CNAME to tinydns?" – sysadmin1138 May 19 '13 at 13:51
1 Answers
3
Adding a CNAME is very easy:
Cgoogle9d97d7f266ee521d:google.com:3600
The format is the letter C, followed by the hostname in the DNS zone that'll be the alias, a colon, the destination address, a colon, then the TTL.

sysadmin1138
- 133,124
- 18
- 176
- 300
-
How I shold make this as subdomain on mydomain.com like google9d97d7f266ee521d.mydomain.com – Mahmoud Mokhtari May 19 '13 at 14:24
-
I added this line Cgooglea3bf85c5f1a47268.mydomain.com:google.com:3600 too data file, Is it true?! – Mahmoud Mokhtari May 19 '13 at 14:29