Skip to content

Available debug endpoints

The following debug endpoints are available via dig or other DNS query tools.

Get your public IP address

Terminal window
dig @alex.ns.cloudflare.com chaos txt myip.cloudflare +short

This command returns your public IP address, meaning the IP address that Cloudflare receives the DNS query from. This is useful for debugging when you need to know your own IP.

Find your connected data center

Terminal window
dig @alex.ns.cloudflare.com chaos txt id.server +short

This command returns the Cloudflare data center you are connecting to, for DNS queries sent from where you execute this command.

Check the DNS software version

Terminal window
dig @alex.ns.cloudflare.com chaos txt version.bind +short

This command returns the version of Cloudflare's authoritative DNS software that is running on the data center you are connected to. Usually, the same version is present on all Cloudflare data centers. However, since Cloudflare performs staged releases, different versions can exist on different data centers.

Get your IP, ASN, and country code

Terminal window
dig @alex.ns.cloudflare.com txt whoami.cloudflare.net +short

This command returns your public IP (same as the first command), your ASN, and the associated country code, all indicating where you are sending the query from.