-
Notifications
You must be signed in to change notification settings - Fork 2
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
Failed to listen on IPv6 #1
Comments
Interesting, and thanks for reporting. I would love to have some kind of "just bind to something" :) I never had any issues with IPv6 in the past, that was the main motivation. I guess having some way to auto-detect this (and fall back) or some Any chance you can come up with a PR for this? |
I also hoped IPv6 to "just work". I can submit a PR for binding to IPv4 address. |
Sorry for reviving this issue, I suppose https://github.com/ctron/oidc-cli/blob/main/src/server.rs#L57 is meant to be |
🤦 … yes! |
There's a new release ( |
Hi @ctron, could you please reconsider adding a The issue in my case is: I am using devcontainers in vscode and the port forwarding is currently broken (see: microsoft/vscode-remote-release#7029). Thus, I would like to force using the ipv4 address. |
Sounds like a good idea. |
I released this as |
Awesome! I just tested it and it works. Thanks so much @ctron!! |
It may be on me, but I failed to use
oidc-cli
because it tries to bind IPv6 address.I can use it after changing this line:
It is sad to see that IPv6 still have such paper cuts nowadays. I've enabled IPv6 at least 😝.
Is there any particular reason for using IPv6?
BTW, I'm using Arch.
The text was updated successfully, but these errors were encountered: