Hello!
Whenever I make an HTTP request to my website (www.christianwestbrook.dev) I get no response. I have the following DNS entries on Cloudflare:
;; A Records
christianwestbrook.dev. 1 IN A
www.christianwestbrook.dev. 1 IN A
;; CNAME Records
_domainconnect.christianwestbrook.dev. 1 IN CNAME connect.domains.google.com .
On Google Domains I have two custom name servers in use, both coming from the DNS page of my Cloudflare dashboard for this site.
Any suggestions for things to check? I don’t even get some kind of Cloudflare warning message and I’m pretty inexperienced, so I’d appreciate any advice.
sandro
January 21, 2022, 10:45pm
2
Actually, loads fine.
sitemeer.com/# https://christianwestbrook.dev
Can you post the output of this command?
nslookup christianwestbrook.dev
1 Like
Hey, thanks for the response! That command is correctly outputting the source IP address:
Server: cdns1.cox.net
Address:
Non-authoritative answer:
Name: christianwestbrook.dev
Address:
Just removed the IP address from that output. Is it possible that making the request from the same network as the destination is giving me problems?
sandro
January 21, 2022, 10:50pm
5
Do you mean your server address? In that case you’d have a DNS propagation issue and need to make sure your local resolver updates that. Maybe reboot the router.
The public IP address of the router that forwards to my server! Okay, will do. Thanks for the help!
sandro
January 21, 2022, 10:53pm
7
You should get Cloudflare addresses there. Maybe switch DNS resolver as well.
Hey sandro! It looks like just waiting it out resulted in adjustments propagating for me. The output of ```
nslookup christianwestbrook.dev
system
Closed
January 25, 2022, 2:24am
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.