TritonDataCenter / kang

Introspection for distributed systems
MIT License
49 stars 9 forks source link

Allow consumers to specify a host when using knStartServer() #4

Closed melloc closed 7 years ago

melloc commented 7 years ago

It would be nice if a value could be passed for the hostname parameter to Restify's .listen() to specify what address to bind to. If nothing is passed, it should default to the same value Restify uses, ::, the unspecified address.

davepacheco commented 7 years ago

Integrated.