mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #991] frp服务器server端是否支持多个frpc客户端? #784
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#784
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 @Geilivable on GitHub (Dec 1, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/991
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
2.1
What operating system and processor architecture are you using (
go env)?Debian
Steps to reproduce the issue:
1.比如我在frps.ini中设置
bind_port=7000
bind_port=7001
2.我试了下这样好像不能同时2个frpclient连接
3.那么如何配置一个frpserver端可以连接多个客户端
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@lyin888 commented on GitHub (Dec 2, 2018):
支持N多

@Geilivable commented on GitHub (Dec 3, 2018):
老哥你这是怎么弄的控制界面?
@lyin888 commented on GitHub (Dec 3, 2018):
服务端自带控制页面,多看看服务端和客户端的配置文件。
@Geilivable commented on GitHub (Dec 3, 2018):
谢谢哥!
lyin notifications@github.com于2018年12月3日 周一下午11:53写道: