Questions tagged [google-cloud-dns]

Google Cloud DNS is a high performance, resilient, and global DNS service that provides a cost effective way to make your applications and services available to your users.

Google Cloud DNS is a high performance, resilient, and global DNS service that provides a cost effective way to make your applications and services available to your users.

This programmable, authoritative DNS service can be used to easily publish and manage DNS records using the same infrastructure relied upon by Google.

Official site

306 questions
0
votes
2 answers

How Google cloud resolves duplicate DNS records?

I am new to Google Cloud DNS service. While still trying to understand the features of this service, a question popped up that though Google doesn't allow a user to create duplicate DNS A records, but how does it ensures that any other user or same…
ABJ
  • 91
  • 5
0
votes
1 answer

Multitenancy on Google cloud, how to obtain custom domain

On Google cloud, you can use appengine api to obtain *.appspot.com domain. How does one obtain customer domain in an instance whereby the domains are used as namespaces in a multi tenant application. Say customer.example.com points to…
0
votes
1 answer

How can i connect different Google App Engine Version urls to A different domain name?

When you upload a new version to app engine, let's call it '0001', you can send requests to this version directly using this url: http://0001.myapp.appspot.com I find it very useful and I made an habit to release my web apps pointing to the…
MrOnyancha
  • 606
  • 5
  • 28
0
votes
1 answer

Google Cloud DNS nameserver Validity Issue

I have a problem with Cloud DNS. I just setted it up by following the Quickstart tutorial from this link. But when I try to copy my name servers to register to my domain, it says "An error occurred. Please verify the validity of your nameservers…
aldesabido
  • 1,268
  • 2
  • 17
  • 38
0
votes
1 answer

gcloud dns record-sets transaction Cannot update IP address

Getting an error when using command line Google Cloud DNS when attempting to update the External IP of the Hosted Zone Resource Record Type A for my domain ... this works fine using the browser based gce console ... in English when I deploy my app…
0
votes
1 answer

Net dns zone, query can't find domain

Yesterday I setup a new dns zone netdav.net. I pointed the nameservers from Dotster where it is registered to Google's cloud name servers. I am unable to query my own DNS name using Googles name server's that I was told to use. They…
David Parker
  • 119
  • 1
  • 6
0
votes
1 answer

Why does the CPU load dropped in the last days?

Anybody has a hint? I didn't change anything in the machine (except for the security updates), and the sites hosted there didn't suffer a significant change in connections. May be Google changed something in their infrastructure? Coincidentally, it…
0
votes
1 answer

Managed Zone of Google Cloud DNS keep increasing

I have 2,640.47 ManagedZone-month according to Billing, while I supposed to have only 2. How can I decrease ManagedZone-month? name-iMac:project name$ gcloud dns managed-zones list NAME DNS_NAME DESCRIPTION p_1 p_1.com. p_2 …
0
votes
1 answer

Google Cloud DNS invalidZoneApex while trying to delete NS and SOA

Using the DNS API I am trying to delete the NS and SOA record but I am getting this message: { "error": { "errors": [ { "domain": "global", "reason": "invalidZoneApex", "message": "The resource record set…
nbari
  • 25,603
  • 10
  • 76
  • 131
0
votes
2 answers

How to make a Google Compute Cloud app visible from a domain not just a raw IP address?

I have deployed an app using google compute cloud which is visible from a raw ephemeral IP address ... How to I link this ephemeral IP to my domain ? To make this easier I registered the domain ( mydomain.org ) at Google Domains I added a type A…
0
votes
2 answers

Google Cloud DNS & ProtonMail DKIM records

ProtonMail has rolled out support for receiving mail from custom domains, and I'm adding the necessary records to my project's Cloud DNS settings from within Google Cloud Platform. I added the MX and SPF records, and they checked out, but when I try…
0
votes
1 answer

Google Cloud DNS type A not working

I've added my nameservers to my registrar: NS-CLOUD-E1.GOOGLEDOMAINS.COM NS-CLOUD-E2.GOOGLEDOMAINS.COM NS-CLOUD-E3.GOOGLEDOMAINS.COM NS-CLOUD-E4.GOOGLEDOMAINS.COM Updated 1/12/2016 Updated Google Cloud DNS: DNS Name Type TTL …
Yannick Morin
  • 133
  • 1
  • 1
  • 5
0
votes
2 answers

How do I assign the same domain name to 2 App Engine Instances?

I have multiple small to medium sized projects all hosted under my current Rackspace server at apps.foo.com. I would like to move these to an Google App Engine Instance & though I have managed to move a few over, I tend to keep hitting the 10,000…
echorashmi
  • 81
  • 1
  • 5
0
votes
2 answers

Root level domain google clouddns

How do I make root level domain (http://getdor.com) redirect to http://www.getdor.com/? My domain is managed by Google Cloud DNS.
frenchie4111
  • 399
  • 1
  • 3
  • 11
0
votes
4 answers

Google Cloud DNS and reverse DNS

How can I set reverse DNS on Google Cloud DNS? Example, I have domain example.com, I've created zone with example.com. as DNS name. Domain example.com works correctly and has assigned static IP 1.2.3.4. I've tried to set PTR record in this zone but…
eshlox
  • 766
  • 2
  • 11
  • 22