DNS Detour

Preview websites on new servers before changing DNS

🚀 Generate Preview URL

Loading...

📖 How It Works

1

Encode Domain & IP

Replace dots with hyphens, separate with --

2

Visit Preview URL

example-com--192-168-1-100.dnsdetour.com

3

See Your Site

We proxy to the target IP with the correct Host header

🔌 API

Add configuration:

curl -X POST https://dnsdetour.com/api/domains \
  -H "Content-Type: application/json" \
  -d '{"domain":"example.com","ip":"192.168.1.100","port":80}'

List all: GET /api/domains

Delete: DELETE /api/domains/slug