Debugging DNS Resolution for rubenflamshepherd.com Domain

269 messages · Page 11 of 14

Domain added to Vercel. Now updating Porkbun DNS to point to Vercel.
Tool: Bash
$ curl -s -X POST "https://api.porkbun.com/api/json/v3/dns/delete/rubenflamshepherd.com/516169918" \
  -H "Content-Type: application/json" \
  -d @/tmp/porkbun_auth.json | jq .
Tool: Bash
$ curl -s -X POST "https://api.porkbun.com/api/json/v3/dns/delete/rubenflamshepherd.com/516169922" \
  -H "Content-Type: application/json" \
  -d @/tmp/porkbun_auth.json | jq .
Tool: Bash
$ source ~/.zshrc && cat > /tmp/porkbun_auth.json << EOF
{"secretapikey": "$PORKBUN_SECRET_KEY", "apikey": "$PORKBUN_API_KEY"}
EOF
echo "Auth file recreated"
Tool: Bash
$ curl -s -X POST "https://api.porkbun.com/api/json/v3/dns/delete/rubenflamshepherd.com/516169918" \
  -H "Content-Type: application/json" \
  -d @/tmp/porkbun_auth.json | jq .
Tool: Bash
$ curl -s -X POST "https://api.porkbun.com/api/json/v3/dns/delete/rubenflamshepherd.com/516169922" \
  -H "Content-Type: application/json" \
  -d @/tmp/porkbun_auth.json | jq .
Tool: Bash
$ cat /tmp/porkbun_auth.json
Tool: Bash
$ curl -s -X POST 'https://api.porkbun.com/api/json/v3/dns/delete/rubenflamshepherd.com/516169918' -H 'Content-Type: application/json' -d @/tmp/porkbun_auth.json | jq .