mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1825] 希望加一种方式,使相同配置的第二个frpc启动时能把第一个frpc顶掉。 #1440
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#1440
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 @cheng6563 on GitHub (May 25, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1825
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.
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.33.0
What operating system and processor architecture are you using (
go env)?centos7
3.10.0-1062.4.3.el7.x86_64
Configures you used:
Steps to reproduce the issue:
1.启动第一个frpc
2.以同样配置启动第二个frpc
Describe the results you received:
第一个正常运行,第二个报错
Describe the results you expected:
希望加一种方式,使相同配置的第二个frpc启动时能把第一个frpc顶掉。也就是说第二个启动成功,第一个报错(退出)。
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@fatedier commented on GitHub (May 25, 2020):
不会支持这个能力,避免正常启动的服务被意外关闭。