Hello!
I am trying to set up a Netlify site (zealous-shockley-33330d.netlify.app) at a custom domain (wolfpackgames.com) and running into a problem.
Observed Issue
The domain will work sometimes (perhaps 15% of the time) and for some users, but often I receive a ‘DNS address not found (DNS_PROBE_POSSIBLE)’ or ‘This site can’t be reached (DNS_PROBE_FINISHED_NXDOMAIN)’ error. There seems to be no pattern to when and on what browser it works: for instance, I’ve been able to load the website on Brave browser but not on Chrome at the same time.
I am seeing behavior similar to this post , however I was unable to resolve the issue by following the thread. It seems that for some of the posters in this thread, Netlify was able to see an issue from their end and help resolve it. Hoping you can help here, too!
DNS Setup
This custom domain is wolfpackgames.com which was purchased from dan.com. On dan.com I have two records configured: An A record for the apex domain pointing to Netlify’s load balancer IP 75.2.60.5 and CNAME record for www subdomain pointing to zealous-shockley-33330d.netlify.app. The nameservers are set according to Netlify’s specifications. I have been communicating with dan.com’s support team and as far as they can tell everything is working on their end. There haven’t been any changes to this configuration for well over 48 hours now so I don’t think it’s a propagation issue.
Dig
This is the response I receive when running dig trace.
dig trace wolfpackgames.com
; <<>> DiG 9.10.6 <<>> trace wolfpackgames.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 15677
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;trace. IN A
;; Query time: 2 msec
;; SERVER: 2603:7080:b105:3ec9:c6b3:1ff:fed9:d7a9#53(2603:7080:b105:3ec9:c6b3:1ff:fed9:d7a9)
;; WHEN: Tue Jan 25 12:18:08 EST 2022
;; MSG SIZE rcvd: 23
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45423
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;wolfpackgames.com. IN A
;; Query time: 3 msec
;; SERVER: 2603:7080:b105:3ec9:c6b3:1ff:fed9:d7a9#53(2603:7080:b105:3ec9:c6b3:1ff:fed9:d7a9)
;; WHEN: Tue Jan 25 12:18:08 EST 2022
;; MSG SIZE rcvd: 35
In case it is useful here is some more dig info:
dig www.wolfpackgames.com @dns1.p08.nsone.net
; <<>> DiG 9.10.6 <<>> www.wolfpackgames.com @dns1.p08.nsone.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17909
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;www.wolfpackgames.com. IN A
;; ANSWER SECTION:
www.wolfpackgames.com. 20 IN A 167.172.136.193
www.wolfpackgames.com. 20 IN A 67.207.81.229
;; Query time: 159 msec
;; SERVER: 2620:4d:4000:6259:7:8:0:1#53(2620:4d:4000:6259:7:8:0:1)
;; WHEN: Tue Jan 25 12:19:24 EST 2022
;; MSG SIZE rcvd: 82
dig wolfpackgames.com @dns1.p08.nsone.net
; <<>> DiG 9.10.6 <<>> wolfpackgames.com @dns1.p08.nsone.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47553
;; flags: qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;wolfpackgames.com. IN A
;; ANSWER SECTION:
wolfpackgames.com. 20 IN A 34.196.254.27
wolfpackgames.com. 20 IN A 34.194.149.67
;; Query time: 34 msec
;; SERVER: 2620:4d:4000:6259:7:8:0:1#53(2620:4d:4000:6259:7:8:0:1)
;; WHEN: Tue Jan 25 12:19:33 EST 2022
;; MSG SIZE rcvd: 78
Please let me know if you require any additional information. Thank you for looking into this!