mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4116] [Feature Request] 能否使一个frpc链接多个frps. #3249
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#3249
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 @youyi0218 on GitHub (Mar 30, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4116
Describe the feature request
我想在不同的frps部署多个ip端口然后让一个frpc链接多个frps,只能开多个frpc程序吗
Describe alternatives you've considered
开多个frpc写不同的配置文件:(
Affected area
@jiafeimao99 commented on GitHub (Apr 1, 2024):
我也需要这个功能,希望可以开发连接多个frps的功能。
@yangjieshao commented on GitHub (Apr 1, 2024):
如非必要勿增实体
能用多个client解决的事就不要合并在一个client处理了,这个改动可以预见的是会引入很多bug风险的,风险和收益不成正比
@fatedier commented on GitHub (Apr 1, 2024):
借助配置文件的环境变量渲染可以帮助你复用配置文件,也相对简单。
@jiafeimao99 commented on GitHub (Apr 1, 2024):
明白了,感谢哈