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

node: allow listening on IPv6 address (#27628) #27635

Merged
merged 1 commit into from Jul 2, 2023

Commits on Jul 2, 2023

  1. node: allow listening on IPv6 address (ethereum#27628)

    now we use net.JoinHostPort combines host and port into a network
    address of the form "host:port". If host contains a colon, as
    found in literal IPv6 addresses, then JoinHostPort returns "[host]:port".
    oiooj committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    d1c4aa0 View commit details
    Browse the repository at this point in the history