-
Notifications
You must be signed in to change notification settings - Fork 34
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 option to listen on localhost instead of any #33
Comments
For me, it listens on localhost, do you mean the other way around? |
|
Sorry for not responding earlier. I agree this would be nice. What would the API look like? |
Is there any way to bind it to another than localhost address? Is the project dead? Any alternatives to it? |
Hey @drownbes: the project is not dead. There is not currently a way to bind to an address other than localhost, but this should be possible to add. As mentioned above, we just need an idea of what the API should look like. I'd suggest possibly adding options like:
The |
Better yet, add the ability to pass arbitrary options to jetty to enable things like SSL too (#30).
The text was updated successfully, but these errors were encountered: