Questions tagged [google-domains]
32 questions
0
votes
0 answers
Hosting a Java website using tomcat on a Google Domain
First off I would like to apologize as I am a noob to this. I have have been trying to figure out how to get a website to be able to be accessed publicly with Google Domain. I made the website with Java being locally hosted on my raspberry pi with…

sal42
- 1
0
votes
1 answer
Nginx: Accessing website by domain name will throw ERR_TIMED_OUT
Steps I did:
I've Debian VPS and I've bought domain "marek-prusa.dev" on Google Domains.
Steps how I configured my webserver with domain name "marek-prusa.dev".
I've created marek-prusa.dev file in /etc/nginx/sites-available/.
Then I've put this…

UsopleskCz
- 1
- 1
0
votes
1 answer
How do I add a second virtual host to an Apache server config?
I have an Apache server running on an AWS EC2 instance. Currently, one virtual host is running successfully on the server, and I want to add a second virtual host / domain, but I can't figure out how to get it working.
Anonymizing the data, here's…

HartleySan
- 103
- 4
0
votes
0 answers
Configuring subdomain MX records
I moved my domain to Google (not using GSuite). I use it only for private mails. I added an alias me@mydomain.com and it works as expected. But I wanted to create another one me@info.mydomain.com. Google doesn't support adding it from UI like…

Nickon
- 101
- 1
0
votes
1 answer
Where do I set up an MX record for my Google domain so it points to my email server?
I'm new to networking and servers, so I may be way off track. I have a Digital Ocean server with postfix configured on it. I also have a domain through Google Domains. I want to make it so my mail server can receive mail, so I'm setting up an MX…

trouble_bucket
- 13
- 3
0
votes
1 answer
How to set up DNS on google domains to host tomcat websites on the internet
Excpectations / Target
We have a domain as (say) example.com bought on Google Domains and a PC running with windows 10 Pro
We intend to make this PC a server for hosting 2 of our web-apps app1 and app2
Currently we do not own a static IP address so…

Ameya Kalyankar
- 1
- 1
0
votes
1 answer
Google Domain transfer to Google Cloud
I am having an issue with registering a Google Domain as a Google Cloud Domain safely. Even after switching to cloud DNS there is nothing on how to transfer the domain itself to GCD registrar. I've tried googling this but so far no question seemed…

Hanna S
- 1
0
votes
1 answer
Point Webflow site to example.com/webflow-site
I'm using google domains to host my frontend web application at example.com. I also have marketing pages that are built on webflow.com that I'd like to seamlessly integrate with the example.com.
I'd like to route my webflow website to…
0
votes
3 answers
How to map Google Domains domain name to Google Cloud Run project ? I can't make 'www' work
I've purchased a Google Domains domain name and try to map my Cloud Run project to it.
To do so, in my Google Domain account, I added in the "DNS Settings" page, under custom resource records, two records:
@ A 1h xxx.xxx.xx.xx (ip that I got from…

kaycee401
- 19
- 1
- 2
0
votes
1 answer
Connecting Google-Domains to Cloud-run URL
Does anybody know how to connect my Cloud-Run URL with a Google Domain? I'd prefer to use Google Domains DNS server. I ping successfully at at what Cloud Run assigned me in Domain Mappings(also in AppEngine-Settings), and which I entered into my…

Chris W
- 1
- 1
0
votes
4 answers
Why does my domain name work whenever I ping it, but not in the browser?
my domain name, "codeplane.dev", (who's IP address is updated periodically using Google's dydns API), can be pinged and displays the correct IP address when pinged, but whenever I attempt to visit the domain in Firefox, the request times out. This…

SuperSim135
- 1
- 1
- 3
0
votes
1 answer
set DKIM validation with Amazon SES and Google Domains
I have a domain that is registered with google domains.
I want to use Amazon SES on it so I verified the domain (done) and now I am trying to set up DKIM.
Following Amazons guidelines we have to add three CNAME records to the domain. I set them up…

Lelio Faieta
- 145
- 1
- 9
0
votes
1 answer
Why don't I get the TXT records I was expecting?
I'm using Google Domains to manage DNS of a domain I own. In Google Domains, I've configured a TXT record _acme-challenge with a specific value. I was expecting to see this value when doing:
dig -t TXT pelicandd.com…

Arseni Mourzenko
- 2,275
- 5
- 28
- 41
0
votes
1 answer
Google App Engine with custom domain from Google Domains with SSL
I am trying to get a custom domain linked to my Google App Engine project and am completely stuck - it will just not work.
I am trying to do everything through Google - I have no third-party domain registrars or anything.
I have purchased a domain…

BenTaylor
- 191
- 1
- 6
-1
votes
1 answer
Pointing sub-domain on Google domains to Wordpress running on Digital Ocean?
I want a sub-domain on my google domains to point to blog.mydomain.example. Currently, it points to DNS at the root domain to Github pages. I want that to remain the same, but the blog subdomain to point to my wordpress running on digital ocean.…

John Lippson
- 111
- 2