mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3727] Router config conflict when proxies.name same in two frqc instances #2967
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#2967
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 @spring-reader on GitHub (Oct 27, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3727
Bug Description
I run two instances frpc on one pc, and they have their own toml config.
And have one same "proxies.name" in both toml config.
like belows
a.toml
b.toml
Then run two instances in different shell
The client A can run normally, but the client B failed.
The error message like this:
By the way , this use is feasible in v0.51
frpc Version
0.52.3
frps Version
0.52.3
System Architecture
arm64
Configurations
a.toml
b.toml
Logs
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Oct 28, 2023):
name从来都是唯一的@superzjg commented on GitHub (Oct 29, 2023):
I guess this is a bug in the old version, which has been fixed in the new release.
@github-actions[bot] commented on GitHub (Nov 29, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.