Debugging DNS Resolution for rubenflamshepherd.com Domain

269 messages · Page 4 of 14

Interesting! The DNS does resolve via Google DNS (8.8.8.8) to Porkbun's parking page IPs. Let me try to access the site via those IPs and also check if you have this deployed to Vercel.
Tool: Bash
$ curl -s -I "http://rubenflamshepherd.com" --connect-timeout 10 2>&1 | head -20
Tool: Bash
$ curl -s "https://api.vercel.com/v4/projects?teamId=" 2>/dev/null | head -5 || echo "No Vercel token"
Tool: Glob

Pattern: **/vercel.json

Tool: Bash
$ curl -s -I "http://44.227.65.245" -H "Host: rubenflamshepherd.com" --connect-timeout 10 2>&1 | head -20
Tool: Bash
$ git -C /Users/ruben.flam-shepherd/projects/personal-website remote -v

right now i just want to get to the porkbun parking page

Got it. The issue is your local DNS isn't resolving the domain. Let me check if the nameservers are properly configured at the registry level.
Tool: Bash
$ dig NS rubenflamshepherd.com @8.8.8.8 +short
Tool: Bash
$ whois rubenflamshepherd.com 2>/dev/null | grep -i "name server" | head -10