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

Support UDP proxy protocol #1450

Open
hakarim740-com-ra opened this issue Mar 12, 2024 · 1 comment
Open

Support UDP proxy protocol #1450

hakarim740-com-ra opened this issue Mar 12, 2024 · 1 comment
Labels

Comments

@hakarim740-com-ra
Copy link

If we deploy coturn in managed kubernetes environments, we require a loadbalancer service, which forwards the traffic to coturn. These traffic will not have the real IP address of the connecting clients but from the loadbalancer. Loadbalancer usually support proxy protocol though, therefore, having proxy protocol for UDP transports would solve the problem.

Nodeport is not a suitable solution, because we will always lose the IP addresses here as well, because the connecting IP address will be the kubernetes local gateway.

@eakraly
Copy link
Collaborator

eakraly commented Mar 18, 2024

Hi @hakarim740-com-ra

That's a great suggestion! But maintainer team does not have the capacity to develop it and we welcome contributions.

I have run coturn in managed k8s in the past but having LB was not a requirement. In your case, code changes definitely required though not huge I expect - there is already proxy support for TCP --tcp-proxy-port

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants