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

fix(daemon): webui URL when RPC listener is 0.0.0.0 #10520

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lidel
Copy link
Member

@lidel lidel commented Sep 18, 2024

Closes #10515

Before

$ ipfs daemon
Initializing daemon...
...
RPC API server listening on /ip4/0.0.0.0/tcp/5001
WebUI: http://0.0.0.0:5001/webui

After

$ ipfs daemon
Initializing daemon...
...
RPC API server listening on /ip4/0.0.0.0/tcp/5001
WebUI: http://127.0.0.1:5001/webui

@lidel lidel added the skip/changelog This change does NOT require a changelog entry label Sep 18, 2024
@lidel lidel changed the title fix(daemon): webui URL when rpc is catch-all fix(daemon): webui URL when RPC listener is 0.0.0.0 Sep 18, 2024
@lidel lidel marked this pull request as ready for review September 18, 2024 15:44
@lidel lidel requested a review from a team as a code owner September 18, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip/changelog This change does NOT require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Could not connect to the IPFS API from WebUI at http://0.0.0.0:5001/webui
1 participant