-
-
Notifications
You must be signed in to change notification settings - Fork 403
Listen at all network interfaces. #1616
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
Conversation
@silvanocerza Hi, Silvano. Thanks for letting me know! I've quickly looked into it and it looks good to me. The only thing i think is important is to have The other minor thing i'm thinking of - those settings separation can take some time. If it does not sound realistic to land it (and release) within a month for instance (le'ts say until February), i'd land this trivial MR first and then land those MR just to have it working oob earlier. |
Won't do. You're free to use
Am pretty confident that we'll have the rework ready in less than a month, we're not probably going to release a new major when that's finished. In any case, am closing this PR because of the security issues. |
Frankly speaking i'm not sure i understand what you mean by "arbitrary code" - it can call only what is downloaded by "core install" with Imo the right way would give the Having it configurable would also satisfy my request. |
@4ntoine @silvanocerza my two cents. |
Please check if the PR fulfills these requirements
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)This is a minor change: daemon listening on all the network interfaces, not just 127.0.0.1
Listening to 127.0.0.1
Listening to all the network interfaces. This might be needed for virtualization/containerization/back-end use cases.
This does not limit/reduce anything.
titled accordingly?
No changes required. The
arduino daemon
output will be a bit different: "Listening ... 0.0.0.0" instead of ".. 127.0.0.1" if anyone relies on this.See how to contribute