Domain Tools

Domain To IP

Resolve a public domain into its current IPv4 and IPv6 addresses. PagesTools returns a bounded list of DNS answers and rejects private, local, or reserved targets to keep the server-side lookup focused on public infrastructure.

Bounded server requestOnly the required request data is sent.
Preparing tool…

The focused browser interface is loading.

PrivateOnly the required input is sentLightning fastResults in secondsWorks everywhereAny device, any browserFree to useNo account required

What Domain To IP does

Domain To IP performs a server-side DNS resolution for the normalized host and returns up to sixteen public address records, including address family information. It is useful for seeing which endpoints the PagesTools resolver receives at the moment of the request.

A DNS answer is not a permanent server identity. CDNs, anycast networks, regional routing, load balancers, short TTLs, and resolver caches can produce several or changing results. Use the addresses as a diagnostic snapshot and consult authoritative DNS or provider records when an exact infrastructure decision depends on them.

How to use Domain To IP

  1. Enter a public domain such as example.com without a path or query string.
  2. Select Resolve domain to request current A and AAAA resolution.
  3. Review each returned address and its IPv4 or IPv6 family.
  4. Repeat from the relevant network or use authoritative DNS data if regional differences matter.

Important details

Public addresses only

The resolver rejects answers that point to private, loopback, link-local, or otherwise reserved destinations. This means it is not an internal DNS troubleshooting tool.

A and AAAA can both appear

IPv4 addresses come from A records and IPv6 addresses from AAAA records. A site may publish one family, both families, or several addresses for the same family.

Results are capped

The response includes no more than sixteen public addresses. That cap prevents unusually large DNS answers from overwhelming the interface and should not be read as a complete historical inventory.

Practical uses

  • Confirm that a recent DNS change resolves to the expected public network.
  • Collect endpoint addresses before testing routing or firewall behavior.
  • Compare whether a host publishes IPv4, IPv6, or both.

Privacy and limitations

The domain is sent to PagesTools for a DNS lookup, so the server's configured resolver can observe the query. No page content is fetched, and the JSON response is returned with no-store cache headers.

The lookup reflects one resolver at one time, may differ by location or cache, and is capped at sixteen addresses. It does not identify an origin server behind a CDN or prove who controls an address.

Common questions

Frequently asked questions

Why does the domain return more than one IP address?

Multiple addresses commonly support load balancing, redundancy, IPv4 and IPv6, or geographic routing.

Why might another DNS tool show different addresses?

Resolvers can use different caches, locations, and routing policies. DNS records can also change between requests.

Can I resolve an internal company hostname?

No. The tool accepts public domains and rejects private, local, and reserved targets.

Does an IP address identify the hosting company?

Not by itself. The address may belong to a CDN, proxy, cloud platform, or shared network. Use network registration data as additional context.