DNS Previewer — preview before switching DNS
How it works

How DNS Previewer works

When you migrate a site to a new host, your domain still points to the old server until you update DNS. That’s a problem: you can’t easily test the new host under its real domain, and a botched switchover is visible to every visitor.

The standard workarounds — and why they hurt

What DNS Previewer does

  1. You tell us your domain (example.com) and the new server’s IP or hostname.
  2. We generate a short subdomain like a7xk2p.dnspreviewer.com and open a reverse proxy on it.
  3. When you visit that URL, our proxy connects to your target server using the correct Host header and TLS SNI for your domain — so your server serves the right vhost and content.
  4. Responses are streamed back to your browser. HTML and CSS that reference your domain are rewritten to the preview URL so clicks and assets keep working inside the preview.
  5. After 15 minutes the session expires and the URL returns a friendly expired page.

What’s stripped or rewritten

Known limitations

Try it now