-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
featNew feature or request.New feature or request.
Description
Preflight checklist
- I could not find a solution in the existing issues, docs, nor discussions.
- I agree to follow this project's Code of Conduct.
- I have read and am following this repository's Contribution Guidelines.
- I have joined the Ory Community Slack.
- I am signed up to the Ory Security Patch Newsletter.
Ory Network Project
No response
Describe your problem
Golang by default binds to IPv6, which doesn't work for everybody.
It would be nice if we could specify tcp4 for:
Line 30 in 6511eb1
| return net.Listen("tcp", address) |
Describe your ideal solution
Ideally the parent service config can pass down an override for the IPv4 vs IPv6 binding with a default to IPv6.
I can push the PR, but I am not sure if we want to offer another function to avoid a breaking change in the interface.
func MakeListener(network string, address string, socketPermission *configx.UnixPermission) (net.Listener, error)Workarounds or alternatives
There is none right now.
Version
Kratos 1.1.0
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featNew feature or request.New feature or request.