Closed melloc closed 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.
hostname
.listen()
::
Integrated.
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.