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

Start server on localhost? #8

Open
dennisong45 opened this issue Jan 20, 2021 · 1 comment
Open

Start server on localhost? #8

dennisong45 opened this issue Jan 20, 2021 · 1 comment

Comments

@dennisong45
Copy link

Does anyone try starting server on their local ip address?
I start on localhost:1502 and have error.
But 127.0.0.1:1502 no error, and only able to connect it locally. Would like to automate install on my IOT device by automatically start the server with their respective IP Address.

@incase
Copy link

incase commented Jul 12, 2022

Starting it on localhost will always only be reachable locally.
Use address 0.0.0.0:1502 instead to listen on all available IPs.

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

2 participants