mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1244] 希望支持多服务器的负载均衡 #979
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#979
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 @jsjcjsjc on GitHub (May 12, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1244
希望可以增加多服务器的负载均衡,因为有时候一台服务器会挂掉,这样可以增加稳定性
感谢
@yi-ge commented on GitHub (May 12, 2019):
可以同时部署两台服务器作为网关服务器,然后使用DNS做负载均衡临时解决。
@snowdream commented on GitHub (May 15, 2019):
希望一台服务器也不会挂掉,或者挂掉会自动重连。
@fatedier commented on GitHub (Jun 4, 2019):
可以通过冗余的部署来解决这个问题,比如多个 frpc 进程分别连接不同的 frps 服务。