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

Conversation

oiooj
Copy link
Contributor

@oiooj oiooj commented Jul 2, 2023

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".

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".
@fjl fjl added this to the 1.12.1 milestone Jul 2, 2023
@fjl fjl merged commit 6ca3ef9 into ethereum:master Jul 2, 2023
2 checks passed
@oiooj oiooj deleted the pr-fix-ipv6 branch July 3, 2023 01:48
MoonShiesty pushed a commit to MoonShiesty/go-ethereum that referenced this pull request Aug 30, 2023
devopsbo3 pushed a commit to HorizenOfficial/go-ethereum that referenced this pull request Nov 10, 2023
devopsbo3 added a commit to HorizenOfficial/go-ethereum that referenced this pull request Nov 10, 2023
devopsbo3 added a commit to HorizenOfficial/go-ethereum that referenced this pull request Nov 10, 2023
devopsbo3 added a commit to HorizenOfficial/go-ethereum that referenced this pull request Nov 10, 2023
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.

None yet

2 participants