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

listen to only some ports? #172

Closed
90christian opened this issue Nov 28, 2014 · 3 comments
Closed

listen to only some ports? #172

90christian opened this issue Nov 28, 2014 · 3 comments

Comments

@90christian
Copy link

Hi,

is it possible to listen to a range of ports or maybe to two specific ports with sinopia?

Thanks

@lschans
Copy link

lschans commented Mar 19, 2015

I found out after some reverse enginering that you can specify this in the config.yaml using:
listen: server:port

It would be nice if this feature was better documented.

@rlidwka
Copy link
Owner

rlidwka commented Mar 28, 2015

@lschans, it is documented in the full config file. And it's kinda standard to omit host in the unix world anyway.

However, sinopia can't listen to two ports at the same time how. That's a legitimate feature request.

@rlidwka
Copy link
Owner

rlidwka commented Mar 30, 2015

Fixed in sinopia@1.1.0. Now you can specify multiple ports in the config file like that.

@rlidwka rlidwka closed this as completed Mar 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants