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

Normalize IP addresses and change error to warning #2111

Merged
merged 1 commit into from
May 14, 2020
Merged

Conversation

waylan
Copy link
Member

@waylan waylan commented May 14, 2020

All IP addresses passed to dev_addr are now normalized.
127.000.000.001 is normalized to 127.0.0.1.

With apologies to docker container users, the address 0.0.0.0
no longer raises an error but a warning instead. Apparently,
docker containers need to use that address, even in dev environments.

Closes #2108.

All IP addresses passed to `dev_addr` are now normalized.
`127.000.000.001` is normalized to `127.0.0.1`.

With apologies to docker container users, the address `0.0.0.0`
no longer raises an error but a warning instead. Apparently,
docker containers need to use that address, even in dev environments.

Closes mkdocs#2108.
@btisdall
Copy link

btisdall commented May 14, 2020

Thanks for this @waylan and all your effort maintaining makedocs.

@waylan waylan merged commit 58d70c2 into mkdocs:master May 14, 2020
@waylan waylan deleted the 2108 branch May 14, 2020 14:51
@cimnine cimnine mentioned this pull request Jul 7, 2020
@peng-cheng-li
Copy link

Not able run mkdoc server [::]:8000?

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

Successfully merging this pull request may close these issues.

Change to prevent 0.0.0.0 makes containerized usage painful
3 participants