-
Notifications
You must be signed in to change notification settings - Fork 319
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
Example using IPv6? #212
Comments
+1 to this because I'm also trying to use fly.io. In particular, I'd love to be able to have TURN listening on ipv4 and ipv6 UDP and TCP and have it relay for an SFU running on ipv6 UDP. |
Unfortunately it requires the implementation of RFC 6156 to support IPv6. |
@Sean-Der Is IPv6 support planned? Thanks in advance. |
Seems like the TURN client currently does IPv4 lookups only: Line 95 in 6880381
|
See also #265 |
Summary
Ability to use IPv6 public address.
Motivation
Because services like Fly.io mostly work well on ipv6 UDP.
The text was updated successfully, but these errors were encountered: