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

Allow users to select the bind address (ip) to use with --bind #2159

Merged
merged 6 commits into from May 19, 2023

Conversation

emilk
Copy link
Member

@emilk emilk commented May 17, 2023

What

Allow users to select the bind address (ip) to use with --bind

The default is still 0.0.0.0, and still works (at least on my Mac).

I'm no network expert, so some of these names could probably be improved

Checklist

PR Build Summary: https://build.rerun.io/pr/2159

The default is still `0.0.0.0`

I'm no network expert, so some of these names could probably be improved
@emilk emilk added enhancement New feature or request 🧑‍💻 dev experience developer experience (excluding CI) labels May 17, 2023
crates/rerun/src/web_viewer.rs Outdated Show resolved Hide resolved
@emilk emilk merged commit 8d97093 into main May 19, 2023
17 checks passed
@emilk emilk deleted the emilk/custom-bind-ip branch May 19, 2023 13:24
emilk added a commit that referenced this pull request May 22, 2023
* Allow users to select the bind address (ip) to use with `--bind`

The default is still `0.0.0.0`

I'm no network expert, so some of these names could probably be improved

* Use the local_addr reported back to us

* Fix doc-tests

* docstring fix

* Replace the unspecified "0.0.0.0" ip with "localhost"

* Fix doctest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 dev experience developer experience (excluding CI) enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants