mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2566] Allow tcpmux (httpconnect) clients to set local_port #2041
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#2041
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 @green-codes on GitHub (Sep 5, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2566
Describe the feature request
Is it possible to allow
httpconnectclients to set differentlocal_portthantcpmux_httpconnect_port? This will open up frp to a lot more use cases, e.g. proxying port 22 to multiple SSH servers on the client side (each with different subdomains).Describe alternatives you've considered
using static tcp port forwarding for each client-side tcp service, which is cumbersome
Affected area
@fatedier commented on GitHub (Sep 6, 2021):
We plan to support this options but it has low priority.
@green-codes commented on GitHub (Sep 6, 2021):
Thanks for replying! Really hope to see this feature at some point. I manage a number of servers (some at different locations so I can’t just cluster them) behind a single frps proxy, and the port configuration is a mess. Allowing TCP mux with subdomains will be a godsend.
@ghost commented on GitHub (Nov 10, 2024):
这个现在实现了吗