Latest commit 1d7b29d Dec 31, 2016 @outdooricon outdooricon committed with mxstbr fix(core): ngrok not working (#1399)
Node's http.Server#listen does some smart choosing for default host '::' or '0.0.0.0' depending on IPv6 support. Use that instead of binding to localhost specifically. This mimics previous server functionality and allows ngrok access to work again.