johnpapa / lite-server

Lightweight node server
MIT License
2.31k stars 267 forks source link

configuration for binding ip #106

Open dotob opened 8 years ago

dotob commented 8 years ago

Before you open an issue, please check if a similar issue already exists or has been closed before. DONE

Let me configure to which ip-address lite-server binds

e.g. in express i can do this: server.listen(3000, '127.0.0.1', () => {...})

johnpapa commented 7 years ago

bs config options should be able to do this