FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I built a tool to preview websites before DNS changes
How-ToWeb Development

I built a tool to preview websites before DNS changes

via Dev.to WebdevMarcel3w ago

When migrating a website to a new server, one of the annoying parts is testing the site before updating DNS records. Normally you have a few options: • edit your local hosts file • use curl with --resolve • temporarily change DNS The problem is that these approaches either: only work on your machine require admin privileges are difficult to share with teammates or clients So I built a small tool that makes this easier. etchosts.link It generates a preview link that routes a domain to a specific server IP while preserving the original Host header. This lets you preview a website exactly as it would behave after DNS changes, without editing your hosts file.

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
12 views

Related Articles

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward
How-To

What we’re looking for in Startup Battlefield 2026 and how to put your best application forward

TechCrunch • 3d ago

Build Days That Actually Mean Something
How-To

Build Days That Actually Mean Something

Medium Programming • 3d ago

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.
How-To

I have blogged about the difference between code coverage and test coverage and why it matters to distinguish between these 2.

Dev.to Beginners • 3d ago

The origin story of Apple’s long-running relationship with FoxConn
How-To

The origin story of Apple’s long-running relationship with FoxConn

The Verge • 3d ago

How to Optimize Big Data Platform Costs Across the Data Lifecycle
How-To

How to Optimize Big Data Platform Costs Across the Data Lifecycle

Hackernoon • 3d ago

Discover More Articles