mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #723] frpc 以后会加入多server地址的支持吗? #568
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#568
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 @BackT0TheFuture on GitHub (Apr 25, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/723
因为不涉及配置方面的问题,所以不按Issue格式发了
背景:
有一台服务器有多个外网IP,而且是非固定IP,可以ddns绑到不同域名上,
一个是防止服务器单条线路故障导致全局不可用,再一个是想充分利用多条线路的带宽,
现在用笨的方法,服务端监听一个服务端口,客户端frpc配置中的 server_addr 手工指定用不同的ddns域名,分发后再更新配置时比较麻烦,而且同一台客户端好像也没法用多条线路,目前有没有其它方法实现或以后会不会加入这种功能的支持?
@fatedier commented on GitHub (Apr 26, 2018):
可以起两个 frpc 去做这样的事情,所以不会加入这个功能了。
@BackT0TheFuture commented on GitHub (Apr 26, 2018):
是可以多个,但这样就是多进程,多占用了些资源,对于IOT或嵌入式设备可能有点大
@fatedier commented on GitHub (Apr 27, 2018):
如果是对资源非常敏感的设备和场景,建议还是选择 c 写的一些应用。
@kavid commented on GitHub (Apr 30, 2018):
frpc的服务器上,可以运行两个客户端,同时对80端口的进行透传服务吗?
比如一台frps的是国内的服务器,一台frps的服务器是日本服务器
frpc1对国内,frpc2对日本,都可以设置80端口透传到内服服务器对吧
@fatedier commented on GitHub (May 1, 2018):
@kavid 可以,这个是不影响的。