mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2370] 一个客户端能连接多个服务端 #1882
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#1882
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 @kingtu on GitHub (Apr 27, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2370
希望实现一个客户端能连接多个服务端,省得再开一个客户端。
frpc.ini
[common]
server_addr = x.x.x.x
server_port = 7000
[server1-service1]
server_addr = 8.8.8.2
server_port = 7000
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
[server2-service1]
server_addr = 8.8.8.3
server_port = 7000
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
@cl000282 commented on GitHub (May 10, 2021):
用不同的配置文件,多开一个进程就好了
@github-actions[bot] commented on GitHub (Jun 25, 2021):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.