-
Notifications
You must be signed in to change notification settings - Fork 712
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
Bind to IPv6 addr. #3463
Bind to IPv6 addr. #3463
Conversation
Postman queries went through, however the current solution breaks the client. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a good idea to make ipv6 the default? I'm wondering if it can confuse user. Maybe documentation about supported ip address (ipv4 + ipv6) can help?
Oh, you mean a user that knows what 127.0.0.1 means but only sees Adding a comment above like the following would be good?
|
I would even add something like: ... IPv4 (like 127.0.0.1) and IPv6 (like ::1) address. |
Only binding on IPv6 addresses (bind_private = "[::]:33034", bind_public = "[::]:33035" and bind_api = "[::]:33036") still works with IPv4 only interfaces.
Cf issue #2607