mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3411] [Feature Request] provide remote port at random #2728
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#2728
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 @mlhess on GitHub (Apr 15, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3411
Describe the feature request
This tool is awesome. We are using it for tcp forwarding. In the documented configuration, the client determines the port on the server. Is there a way to have the server provide a random port to the client that would change? This would have to be returned in some format that is parseable.
Describe alternatives you've considered
No response
Affected area
@mlhess commented on GitHub (Apr 15, 2023):
It looks like
Would solve this problem but on the client I don't get a port number assigned and on the server
It looks like it is trying to bind to 0
@fatedier commented on GitHub (Apr 15, 2023):
You can find the port on client/server dashboard or use api to query.
@mlhess commented on GitHub (Apr 15, 2023):
I just found the port on the dashboard. Is there a way to get the client to spit it out in a manner that I could parse it?
@github-actions[bot] commented on GitHub (May 16, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.