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
1
vote
2 answers

Update/overwrite DNS record Google Cloud

Does anyone know what is a best practice to overwrite records under Google DNS Cloud, using API? https://cloud.google.com/dns/api/v1/changes/create does not help! I could delete and create, but it is not nice ;) and could cause an outage. Regards
bucken
  • 71
  • 4
1
vote
2 answers

Forward and Reverse DNS zones are allocated different NameServers

Will Reverse DNS lookup resolve/work if Forward and Reverse DNS zones are allocated different NameServers? Note: Observed this as default behavior of Google Cloud DNS service.
ABJ
  • 91
  • 5
1
vote
1 answer

Google cloud api for mapping custom domains to app

Is there an sort of API to automatically map custom domains to app. In a multi tenant system, app domain mapping requires that an explicit mapping is created through App Engine settings. Is there any way of doing this programmatically? Cloud DNS…
isawk
  • 969
  • 8
  • 21
1
vote
1 answer

Setting up SPF, DKIM and Sender ID with Google Cloud DNS, G Suite and WHM / cPanel Server

I just migrated to a new server (CENTOS 6.8 x86_64 virtuozzo – vps1909 WHM 58.0 (build 37)). I decided to use Google Cloud DNS instead to manage my DNS zones instead of WHM. I'm having a really hard time setting up email via G Suite for all my…
Fred
  • 53
  • 2
  • 4
1
vote
1 answer

How to point multiple domain names to one compute engine in Google Cloud

I have multiple domain names and I want all of them point to the same webserver I have on google compute engine instance, how can I do that?
Medya Gh
  • 4,563
  • 5
  • 23
  • 35
1
vote
3 answers

Setting up Google Cloud DNS for beginner

I am very new to Google Cloud DNS or networking related stuff . I setup my server for hosting, Now I want to setup my DNS server for managing sub domains and other records . Question First My first question is: Do I have to create different zones…
Java_begins
  • 1,711
  • 4
  • 18
  • 26
1
vote
1 answer

Is it possible to create an RPZ (or similar functionality) with Google Cloud DNS?

I'd like to use Google's Cloud DNS for a school district, but I need to be able to force safe search. With BIND the solution is to use a Response Policy Zone. From what I can find from trying it and from the docs, you have to verify ownership of the…
ehayes
  • 13
  • 1
  • 4
1
vote
0 answers

Use Google Cloud DNS toto Create Vanity Nameservers?

I would like to set up our own name servers for our company - to look more professional, but also to ease future transitions to different servers. So for example: ns1.mycompany.com ns2.mycompany.com I have a Google Cloud Platform account with…
1
vote
1 answer

Basic setup of Google Cloud DNS for Tomcat container

I've recently setup a new Tomcat instance on Google Compute Engine and I can access my Tomcat instance via its IP address in the browser. I've now setup a Cloud DNS entry and had my domain registrar point my domain name to the Cloud DNS servers.…
Andrew Kelly
  • 2,180
  • 2
  • 19
  • 27
1
vote
0 answers

Serve DNS based on query origination

what options do I have to answer DNS queries based on location of the query? E.g. if the query is from .fr, return a separate A record vs. port 53 query from .us.
1
vote
1 answer

Now to create an A Record on Cloud DNS for Custom Domain for GAE app?

I moved my site to GAE and am using a custom domain. Now I want to move DNS records from my old hosting company to Google Cloud DNS. I haven't been able to figure out what the IP is for my app so I can create an A Record. When I look up the…
JackS
  • 89
  • 1
  • 1
  • 6
1
vote
4 answers

Google Cloud DNS not working for me

I did the following steps but my domain was not getting resolved: I created a zone (file) in Google Cloud -> Networking -> Cloud DNS using the right DNS name for the domain. I put these NS as shown in Registrar Setup into my domain…
EugeneY
  • 21
  • 1
  • 4
1
vote
3 answers

Setup domain name on GCE via cloud DNS

We have followed this instruction to use cloud DNS to set up host name of our GCE instance, which external IP is static. But we still cannot look up the domain name of our GCE instance from the internet after waiting several days. Is there…
user3556304
  • 1,027
  • 1
  • 10
  • 14
1
vote
1 answer

Website Not working with www

I have a Server Running on Google Compute Engine with IP say xx.xx.xx.xx and I am using Google Cloud DNS to map my domain name say test.com to this IP address. Here is what I did 1.) Created a Zone using UI and added a record set with Type A 2.)…
tacticurv
  • 498
  • 4
  • 18
1
vote
2 answers

Google DNS records not resolving

I have setup our internal domain on a Google Cloud DNS Zone. Then I pointed my computer to the Zone's name servers and 8.8.8.8 for fallback/public IPs. I can resolve all my internal addresses fine and most public addresses as well. For some…