mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4646] [Feature Request] Real User IP for UDP Protocol #3671
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3671
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xZinio on GitHub (Jan 21, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4646
Describe the feature request
Hi, as the name implies I would really like if FRP could forward the real IP addresses of incoming connections via the UDP protocol. This is because I expose a TeamSpeak (which uses UDP) server through FRP and right now the connection details window of a user always just displays
127.0.0.1. This would be amazing to have ;)Describe alternatives you've considered
I don't think there are any. If there are I would LOVE to know, right now I have no way to look at my TeamSpeak Users' IP addresses.
Affected area
@github-actions[bot] commented on GitHub (Feb 5, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
@fatedier commented on GitHub (Feb 7, 2025):
Do you mean supporting proxy protocol for UDP?
@xZinio commented on GitHub (Feb 7, 2025):
Yes
@vnghia commented on GitHub (May 10, 2025):
Hi FYI proxy protocol v2 is supported for udp according to this.
@cobbdzon commented on GitHub (May 16, 2025):
I thought I was doing something wrong in my setup but I recently found out the frp does not support Proxy Protocol for UDP despite frp supporting Proxy Protocol V2 (which supports TCP/UDP, unlike V1 which only supports TCP)
Is there any reason for frp not supporting it right now?