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
Description It always print localhost but listen on 0.0.0.0 currently.
localhost
0.0.0.0
Suggestion I believe it's better to print the url with both localhost and lan ip urls.
lan ip
Screenshot
The text was updated successfully, but these errors were encountered:
Technically, localhost (aka 127.0.0.1) is a subset of the addresses designated by 0.0.0.0
Sorry, something went wrong.
Yeah. Here I meant that we can give (maybe) two urls to users: http://localhost:8080 and http://$LAN_IP:8080.
http://localhost:8080
http://$LAN_IP:8080
I create a draft PR here: #3588
No branches or pull requests
Description
It always print
localhost
but listen on0.0.0.0
currently.Suggestion
I believe it's better to print the url with both
localhost
andlan ip
urls.Screenshot

The text was updated successfully, but these errors were encountered: