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

Enable connecting over ipv6 #313

Closed
wants to merge 1 commit into from
Closed

Conversation

sasikumar87
Copy link

Changes to enable connecting over ipv6

@maltoe
Copy link
Collaborator

maltoe commented Jul 22, 2024

Hey @sasikumar87

may I ask what do you need this for?

@sasikumar87
Copy link
Author

Hi @maltoe, I am trying to deploy chrome on a fly.io machine in private mode. Fly machine's ipv4 is always public. To make it private, I must use IPv6.
Ref : https://fly.io/docs/networking/app-services/#private-flycast-apps-2

Though I tested it further and found websokex also needs change at :gen_tcp.connect to make websockets connect over ipv6. https://github.com/Azolo/websockex/blob/v0.4.3/lib/websockex/conn.ex#L156

So the changes in this PR alone is not sufficient without websockex changes.

@sasikumar87
Copy link
Author

I'll close this for now, as websockex also needs change.

@walter
Copy link
Contributor

walter commented Jul 23, 2024

@sasikumar87 I'm not seeing a PR or issue on websockex with the required change for ipv6. Is there something in the works to support it?

@sasikumar87 sasikumar87 deleted the ipv6 branch July 23, 2024 17:33
@sasikumar87
Copy link
Author

@walter I just raised an issue in websockex Azolo/websockex#131 .

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