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 ipv6 address #723

Merged
merged 9 commits into from
Jun 1, 2024
Merged

Conversation

chenziliang
Copy link
Collaborator

@chenziliang chenziliang commented May 14, 2024

PR checklist:

  • Did you run ClangFormat ?
  • Did you separate headers to a different section in existing community code base ?
  • Did you surround proton: starts/ends for new code in existing community code base ?

Please write user-readable short description of the changes:

Fix #720

@chenziliang chenziliang self-assigned this May 14, 2024
@chenziliang chenziliang changed the title listen ipv6 address listen on ipv6 address May 15, 2024
@jovezhong
Copy link
Contributor

Any chance to merge it this week to improve the CLI UX?

@yokofly yokofly linked an issue May 25, 2024 that may be closed by this pull request
let's listen for 0.0.0.0 instead default localhost/127.0.0.1
1. to keep same behaviour when use docker (either mapping ports or not)
2. to make CI passed

before this pr:
we only listen for 0.0.0.0 (ipv4)
after commit 58da5b5:
we listen for 127.1 and [::]
actually we need:
listen for 0.0.0.0 and [::]
@yokofly yokofly requested review from jovezhong and yokofly May 26, 2024 11:55
Copy link
Collaborator

@yokofly yokofly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

before this pr:
we only listen for 0.0.0.0 (ipv4)

after this pr
listen for 0.0.0.0 and [::]

@yokofly
Copy link
Collaborator

yokofly commented May 26, 2024

this pr is ready, i verified in my local it works

@chenziliang chenziliang merged commit 9e80aa3 into develop Jun 1, 2024
21 checks passed
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.

make proton client just works
3 participants