Questions tagged [googledns]
14 questions
4
votes
3 answers
Google Cloud domain name for instance (like EC2)
On creating an EC2 instance on AWS, you can access it via IP address or a domain name provided by Amazon out of the box:
Is there a similar thing available for Google Cloud out of the box? I'm on a network that blocks IP addresses, and wildcard…

mehulmpt
- 15,861
- 12
- 48
- 88
1
vote
1 answer
Cannot create zone in Google Cloud. How to solve this?
I've been trying to create a zone file in Google Cloud but encountered the bellow error message.
The DNS name (or its child domains) may be reserved or registered
already, prohibited by policy, or there may be no DNS name server
shards…

Kimsea Sok
- 140
- 2
- 13
1
vote
1 answer
How to add a TXT record to zone to prove ownership
How do you add a TXT record to a google dns zone to prove ownership of domain?
I am trying to setup knative to use letsencrypt and I can see that I need to do some TXT setup on a record set - but what values?
Note: I have a Godaddy domain where I am…

Chris G.
- 23,930
- 48
- 177
- 302
1
vote
1 answer
dns01 validation: Certificate issuance in progress. Temporary certificate issued
Following this
Setup:
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.1", GitCommit:"b7394102d6ef778017f2ca4046abbaa23b88c290", GitTreeState:"clean", BuildDate:"2019-04-19T22:12:47Z", GoVersion:"go1.12.4", Compiler:"gc",…

Chris G.
- 23,930
- 48
- 177
- 302
1
vote
0 answers
Configure subdomain in express-subdomain?
I am trying to use the directions given in
https://www.npmjs.com/package/express-subdomain
to set up subdomain.
I a hosting my server in amazon EC2 and the DNS provider is google-DNS.
but I am getting error while accessing the page.
404. That’s an…

soumya sambit Kunda
- 498
- 4
- 18
1
vote
0 answers
DNS issue causing NoMethodError: undefined method `fb_error_code'
We were using OpenDNS instead of GoogleDNS on our Digital Ocean Server. Looks like some outrage in the DNS in Google and OpenDNS is causing the following time out erros
NoMethodError: undefined method `fb_error_code' for…

Harsha M V
- 54,075
- 125
- 354
- 529
0
votes
2 answers
gke and auto created domain for enabling http routing
I need to use a domain for GKE cluster to access ingress into the cluster and applications, similar like azure AKS http add-on which gives a generic-created domain(not a custom…

Bora Özkan
- 73
- 1
- 1
- 8
0
votes
1 answer
Multitenant application domain names configurations in app engine
I have developed a multitenant application in Google App Engine using Django Rest Framework(django-tenant-schemas) with Angular Front end as a Software As A Service Platform. I have purchased domain names locally and want to map several domain names…

Andrew
- 105
- 2
- 10
0
votes
1 answer
Google Cloud - DNS
We currently have an on-site DNS server which manages what users can and can't access.
We would like to move this to Google Cloud, would this be possible? Or is Google Cloud DNS just for your own domain rather than a DNS server monitoring DNS…

Ryan
- 11
- 1
0
votes
2 answers
redirecting a subdomain to google cloud
I have domain under which there are multiple subdomains pointing to different websites hosted on azure. I am starting to explore google cloud and want to host a subdomain on google cloud.
Below is how DNS record should look like
A - GO Daddy…

harishr
- 17,807
- 9
- 78
- 125
0
votes
1 answer
getting DNS name service error in google cloud complaining `krmanish.com’s server IP address could not be found.`
I have deployed my application in google cloud, and exposed it to access it outside, but I can only access it using IP address and port number.
So, I purchased a domain in www.ionos.co.uk, and created a public zone in the google cloud. After adding…

krmanish007
- 6,749
- 16
- 58
- 100
0
votes
1 answer
Google App Engine CNAME record for customers
I have an app engine instance running with *.mydomain.com as whitelisted domain.
Each user of my site has a subdomain e.g. foo.mydomain.com or bar.mydomain.com. (I have done this by pointing a CNAME record to ghs.googlehosted.com.
I want my users…

Ben Flowers
- 1,434
- 7
- 21
- 49
-1
votes
1 answer
Domain based email senders in app engine in a django application
I have a google app engine django application, I want to send emails through a custom domain mail. When I try to add the domain mail user@domain.com to mail senders in app engine, I get the error :
The following emails could not be added because…

Andrew
- 105
- 2
- 10
-1
votes
1 answer
MailGun TXT record on "www" is a duplicate to CNAME
I am using Google DNS and already have a CNAME record for www to example.com. MailGun requires us to have a TXT record on hostname www.example.com for the SPF record: v=spf1 include:mailgun.org ~all
Google DNS complains that www is already used by…

SG Chan
- 1