GitHub - davewasmer/marathon-dns: Easy custom local DNS - turn localhost:3000 into myawesomeapp.dev

1 min read Original article ↗

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This repository was archived by the owner on Jan 3, 2020. It is now read-only.

marathon-dns

A standalone component extracted from marathon for enabling custom DNS for local servers.

Installation

Note: requires >= Mac OS X 10.6

npm install marathon-dns -g

Once it finishes, open up your project file (~/.marathon), and add any projects you'd like. For example, the following project file:

would setup http://myawesomeapp.dev to point to http://localhost:3000

That's basically it.