Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Listen IP config option #5

Closed
arch1v1st opened this issue Mar 2, 2016 · 3 comments
Closed

Add Listen IP config option #5

arch1v1st opened this issue Mar 2, 2016 · 3 comments
Assignees

Comments

@arch1v1st
Copy link

Hi,

Would you please add a 'listen' IP configuration option to AlexaAppServer.start()? For example, in index.js, line 218, add a config.listen variable...

self.express.listen(config.port, config.listen);

This way, users can control the listen IP address for the service. For now we are 'hacking' it by modifying this line to:

self.express.listen(config.port, '149.2.28.245');

Thanks!

@spyglobalsolutions
Copy link

Hi I have no idea what you wanted the person to do but I'm really interested in finding out would you please explain

@dblock
Copy link
Collaborator

dblock commented Jan 11, 2017

This is a good idea, PRs welcome.

@tejashah88
Copy link
Member

tejashah88 commented Jan 21, 2017

Closed via PR #37.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants