0.1.1 • Published 10 years ago

marathon-dns v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

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:

{
  "myawesomeapp": 3000 
}

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

That's basically it.