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

listen on all ipv4 and ipv6 interfaces by default #22

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

shahidhk
Copy link
Member

connectors started using ndc sdk currently only listens on ipv4 interfaces alone. this pr changes the default value to net::IpAddr::V6(net::Ipv6Addr::UNSPECIFIED) which translates to :: which would then make the server listen on all ipv4 and ipv6 interfaces

connectors started using ndc sdk currently only listens on ipv4 interfaces alone. this pr changes the default value to `net::IpAddr::V6(net::Ipv6Addr::UNSPECIFIED)` which translates to `::` which would then make the server listen on all ipv4 and ipv6 interfaces
@soupi soupi added this pull request to the merge queue Jul 30, 2024
Merged via the queue into main with commit 9120a82 Jul 30, 2024
8 checks passed
@soupi soupi deleted the shahidhk/ipv6-support branch July 30, 2024 06:36
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.

3 participants