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

Commits on Jul 30, 2024

  1. listen on all ipv4 and ipv6 interfaces by default

    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
    shahidhk authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2b7fab5 View commit details
    Browse the repository at this point in the history