mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #632] [FEATURE REQUEST] multi server #491
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#491
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 @jinyu121 on GitHub (Feb 2, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/632
Expected Configures
[ssh-2]should use its ownserver-addrandserver-port.I mean, if specialized, each connection should use its own config, including server and port, rather than the global
server-addrandserver-portIf 1.1.1.1 died, I can still connect to my client via 2.2.2.2 -- That's a double insurance.
@BI7PRK commented on GitHub (Feb 20, 2018):
run an new client.
@fatedier commented on GitHub (Feb 26, 2018):
It's not necessary.
@libracoder commented on GitHub (Apr 20, 2024):
Is there any chance of this getting implemented?
@fatedier commented on GitHub (Apr 22, 2024):
@libracoder Not in the short-term plan.
@silentsiri commented on GitHub (Apr 23, 2024):
yet, can i run multiple client in one machine? for example:
container1
container2
@fatedier
@cnnblike commented on GitHub (Nov 22, 2024):
Similar request, but I have a workaround to do this:
on my machine, /etc/systemd/system/frp@.service are like this (that @ is important)
and then I start two instance through
to run two frp with two different config file /etc/frpc.toml and /etc/frpc_sakura.toml
@fatedier you may consider use deployment configuration like this as an alternate to multi host request :D
@Zoupers commented on GitHub (Nov 27, 2024):
@cnnblike actually, there is an implement of that kind of file, you can see it here. It's more reliable. And it also include the corresponding
frps@.servicefile.