[GH-ISSUE #1324] 请问一台服务器多个客户端如何配置? #1050

Closed
opened 2026-05-05 12:40:31 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @seaguest on GitHub (Jul 15, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1324

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 将会直接关闭。)
(请不要在 issue 评论中出现无意义的 加1我也是 等内容,将会被直接删除。)
(由于个人精力有限,和系统环境,网络环境等相关的求助问题请转至其他论坛或社交平台。)

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)?
0.27.0

What operating system and processor architecture are you using (go env)?
Linux + windows (client)

Configures you used:

[common]
bind_port = 7000

应该如何配置才能支持多个客户端呢?
貌似没看到相应的文档,我尝试过下面两种都不行。

[common]
bind_port = 7000
bind_port = 7001
[common]
[first]
bind_port = 7000
[second]
bind_port = 7001

请问如何才能配置多个客户端呢?
还是必须创建两个配置文件,分别对应两个客户端,那么这样的配置太不灵活了吧?

Originally created by @seaguest on GitHub (Jul 15, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1324 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 将会直接关闭。) (请不要在 issue 评论中出现无意义的 **加1**,**我也是** 等内容,将会被直接删除。) (由于个人精力有限,和系统环境,网络环境等相关的求助问题请转至其他论坛或社交平台。) 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)?** 0.27.0 **What operating system and processor architecture are you using (`go env`)?** Linux + windows (client) **Configures you used:** ``` [common] bind_port = 7000 ``` 应该如何配置才能支持多个客户端呢? 貌似没看到相应的文档,我尝试过下面两种都不行。 ``` [common] bind_port = 7000 bind_port = 7001 ``` ``` [common] [first] bind_port = 7000 [second] bind_port = 7001 ``` 请问如何才能配置多个客户端呢? 还是必须创建两个配置文件,分别对应两个客户端,那么这样的配置太不灵活了吧?
gitea-mirror 2026-05-05 12:40:31 -06:00
  • closed this issue
  • added the
    invalid
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1050
No description provided.