The dns is set but the ip is not, i cannot access my website

What is the name of the domain?

false.foundation

What is the issue you’re encountering

my ip is not locating to the a record i set, its to somewhere else,

What feature, service or problem is this related to?

DNS records

What are the steps to reproduce the issue?

ping false.foundation

Screenshot of the error

Your DNS record is proxied so you will see Cloudflare IP addresses returned…
https://cf.sjr.org.uk/tools/check?1a523afb38544e54aed32e7c88152edf#dns

See…

If you want the IP address you have set to be returned so Godaddy can verify it, set the DNS record to “DNS only” but then requests will go direct to them and not pass through Cloudflare so no Cloudflare features or protections will be applied.

If using the proxy, you have “too many redirects” so check your SSL/TLS setting is set to “Full (strict)” in your dashboard here…
https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls

thank you for your time, my problem is pinging false.foundation would return cloudflare ips, even though it should be pointing to vercel
i have this A record over my domain: A > false.foundation > 76.76.21.21 > Proxied
but:
Pinging false.foundation [172.67.203.62] with 32 bytes of data:
Reply from 172.67.203.62: bytes=32 time=63ms TTL=52

shouldn’t it be pointing to 76.76.21.21 not to 172.67.203.62 ?

also, vercel says: Valid Configuration, Assigned to main

As mentioned, you need to change this to “DNS only” instead of “Proxied” if you want to see the Vercel IP addresses returned instead of the Cloudflare proxy IPs.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.