We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
is it possible to listen to a range of ports or maybe to two specific ports with sinopia?
Thanks
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
@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.
Fixed in sinopia@1.1.0. Now you can specify multiple ports in the config file like that.
sinopia@1.1.0
No branches or pull requests
Hi,
is it possible to listen to a range of ports or maybe to two specific ports with sinopia?
Thanks
The text was updated successfully, but these errors were encountered: