mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4911] [Feature Request] Simple Proxy Protocol for UDP #3876
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#3876
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 @akaboydeve on GitHub (Aug 6, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4911
Describe the feature request
like cloudflare spectrum implement this feature
https://developers.cloudflare.com/spectrum/reference/simple-proxy-protocol-header/
we can get proxy protocol in UDP and supported service can use them
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Aug 7, 2025):
Could you describe your requirements in more detail?
@akaboydeve commented on GitHub (Aug 7, 2025):
@fatedier , i am running an UDP service lets say Minecraft Bedrock server and i want to protect it with udp reverse proxy but surrent udp dosenot have proxy protocol and i cannot get users real ip in the udp service
so using UDP Simple Proxy Protocol
backend can get users real ip ,
this is like tcp proxy protocol
you can refer to this https://developers.cloudflare.com/spectrum/reference/simple-proxy-protocol-header/
@fatedier commented on GitHub (Aug 7, 2025):
https://github.com/fatedier/frp?tab=readme-ov-file#proxy-protocol
@akaboydeve commented on GitHub (Aug 7, 2025):
tcp only supports transport.proxyProtocolVersion = "v2"
udp dose not have proxy protocol
that is why i am requesting this feature
@github-actions[bot] commented on GitHub (Aug 22, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.