charlesthomas / magpie

Git-backed Evernote replacement
MIT License
645 stars 50 forks source link

add option to specify server listen address #37

Closed matthewi closed 10 years ago

matthewi commented 10 years ago

Instead of being limited to all interfaces or localhost only, give the option to specify the address the server should listen on. IP address or DNS name should work here. 0.0.0.0 means to listen on any interface.

Erwyn commented 10 years ago

looks good!