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
23
votes
6 answers

Unable to setup DKIM TXT-Value as DNS-Record

I have a domain name which DNS is edited via Google Cloud DNS. And I have a Google Apps for Work Account with that domain name. I wanted to set up DKIM-authentication but when I try to save the corresponding TXT-Record I get the error that the Tag…
tnr23
  • 623
  • 1
  • 5
  • 13
16
votes
4 answers

How to update Google Cloud DNS with ephemeral IP for an instance

I have couple of instances on GCE that I don't really need static addresses for, but I still need to make them accessible via dns name. Since ephemeral external ip addresses change every time an instance is restarted, I thought that I could use some…
s3ncha
  • 417
  • 1
  • 5
  • 11
12
votes
1 answer

Manage only a subdomain with Google Cloud DNS

I own a domain foo.com and I am happy with where its DNS is hosted. I do want to delegate to Google Cloud DNS only a new subdomain bar.foo.com. Is this possible? Could you point me to example code? What I need to do to the DNS settings of the…
gae123
  • 8,589
  • 3
  • 35
  • 40
10
votes
2 answers

What happens when you have two Google Cloud projects with overlapping DNS zones?

A question about Google Cloud DNS: what happens when you create two Google Cloud projects (e.g., ProjectA and ProjectB), each with a public managed DNS zone with the same top-level domain (e.g., example.com)? More precisely: will the sub-domains of…
DuXati
  • 335
  • 2
  • 10
7
votes
1 answer

google-cloud-dns Secondary DNS support

I am trying to determine if Google Cloud DNS has support for secondary DNS (AXFR/IXFR) transfer via NOTIFY request? I can not find anything online and Google does not explicitly state it is not supported.
James Jones
  • 71
  • 1
  • 3
7
votes
1 answer

Google Cloud DNS with mailgun

I have one domain with Google Cloud DNS. My SPF record doesn't work with mailgun domain verification v=spf1 include:spf.protection.outlook.com include:_spf.google.com include:mailgun.org ~all anyone facing the same issue? thanks
eth
  • 271
  • 2
  • 5
6
votes
2 answers

Django subdomain rewrite using uwsgi on Google Cloud Run

I am moving a Django site to GCP and using Google Cloud Run for the first time. The experience is great. I was also very pleased with the domain mapping feature, but I am having trouble with forwarding the www subdomain to the naked domain URL. For…
Jannie Theunissen
  • 28,256
  • 21
  • 100
  • 127
6
votes
1 answer

Google Cloud DNS - how to restrict permission just to one zone for acme challenge?

is there a way to have Google Cloud IAM Service account restricted to only one zone in Coud DNS? I want to use this for automatic ACME DNS-01 certificate issuing, but I do not want to add full control of all domains/zones. I tried to set Condition…
6
votes
1 answer

Redirecting traffic to external url

Updates based on comments: Lets say there's an API hosted @ hello.company1.com in another GCP Project... I would like to have a possibility that when some1 visits a url abc.company.com they are serverd traffic from hello.company1.com something…
6
votes
1 answer

How to configure a static website (only http) on GCP without a load balancer?

I have a very simple website that I want to host in a GCP bucket. I want it to only use http (not https) and don't want to add a load balancer and most examples of static GCP websites show adding a load balancer. The only example I could find…
6
votes
1 answer

Google Cloud DNS - How to point a subdomain to onother instance (also on Google Cloud)

I have 2 distinct instances on Google Compute Engine. On the first (lets name it instance1) I have hosted a website (with domain name instance1domain.com linked to it and static IP) and everything is working great. On the second instance I have a…
Bogdan Anghel
  • 184
  • 3
  • 12
6
votes
2 answers

CNAME in Google Cloud DNS

I have been trying to add the www.mydomain.net alias to mydomain.net. I already have a MX record and NS and SOA records auto-added by Google. I am getting cnameResourceRecordSetConflict error: Error code "cnameResourceRecordSetConflict" : The…
Lightheaded
  • 644
  • 8
  • 23
6
votes
3 answers

Google cloud DNS: point naked domain to www?

I maintain the owon.ro domain which uses a simple App engine app. I also we use google cloud dns. These are the dns records: A record with IP addresses: owon.ro. -> 216.239.32.21 216.239.34.21 216.239.36.21 216.239.38.21 CNAME www.owon.ro. ->…
Andrei Onel
  • 165
  • 1
  • 7
6
votes
1 answer

How to map a custom domain to an app-engine app via Cloud DNS api?

Is there any documentation to explain how to map a custom domain to an app hosted on App Engine and solely via Cloud DNS API or any other Google Cloud API? I've already added a CNAME record for the "www.my-domain.com." pointing to…
6
votes
3 answers

Edit DNS records with gcloud by reading/piping from file

I am able to edit DNS records with gcloud tool by interactively editing JSON file from vi/mate using the command: gcloud dns records --zone=myzone edit However, I would like to be able to do bulk updates, something like this: gcloud dns records…
kctang
  • 10,894
  • 8
  • 44
  • 63
1
2 3
20 21