mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3909] [Feature Request] Allow multiple transports/ports on frpc (in order of preference?) #3097
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#3097
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 @gdevenyi on GitHub (Jan 3, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3909
Describe the feature request
In
frpswe can specify ports for tcp, kcp and quic, however infrpc.tomlwe only get to specify a singletransport.protocolandserverPort.It would be nice to be able to specify a comma-separated order of preferred protocols (and corresponding
serverPort), thatfrpcwould attempt.Justification for this is the
frpcthat UDP protocols may be preferred, however firewalls may not always allow UDP, so a tcp fallback configuration would be nice.Describe alternatives you've considered
Running multiple frpc daemons with different configs.
Affected area
@fatedier commented on GitHub (Jan 4, 2024):
I did not expect a specific scenario that requires this feature.
Consider some potential issues:
Currently it is not very clear, more thinking is needed.
@gdevenyi commented on GitHub (Jan 4, 2024):
I would imagine that retry would start at the top and go through order of preference, it would use the retry interval, the user would be responsible for adjusting the interval to handle this.
For me, if there were multiple server addresses, I would just consider it as nested orders of preference, first server, iterate through connection types, then second server, iterate through. As long as its explicitly documented what its going to do the config isn't too complex.
@paolosezart commented on GitHub (Jan 4, 2024):
It would also be nice to be able to connect to alternative frp servers. For example, if one server goes down. All clients connect to one of the alternative FRPS.
@gdevenyi commented on GitHub (Jan 4, 2024):
Seems that was already planned, see https://github.com/fatedier/frp/issues/3909#issuecomment-1876252394 above
@paolosezart commented on GitHub (Jan 4, 2024):
Thank you very much for your quick response to requests. You are the best!
@paolosezart commented on GitHub (Jan 14, 2024):
I apologize for my importunity. Is it possible to implement the principle of not switching to an alternative server, but a permanent connection to all available servers? In this case, there is no need to think about priorities. Each client, when connected and during operation, will poll all available servers and receive information about available ports.