Preview websites on new servers before changing DNS
Loading...
Replace dots with hyphens, separate with --
example-com--192-168-1-100.dnsdetour.com
We proxy to the target IP with the correct Host header
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