mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #5183] config-dir配合includes使用问题 #4048
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#4048
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 @fingerart on GitHub (Feb 21, 2026).
Original GitHub issue: https://github.com/fatedier/frp/issues/5183
Bug Description
为了实现 #5159 提到的使用场景,我同时连接了两个frps,一个外网(frps),一个内网(frps),使用
--config-dir配合includes(includes = ["/conf/confd/*.toml"]),为了重复利用confd下的所有配置文件,这样可以只维护一套配置,启动时只能有一个成功,会出现以下提示:frpc Version
v0.64.0
frps Version
v0.67.0
System Architecture
linux/amd64
Configurations
目录结构:
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Feb 24, 2026):
config-diris only used for testing, it's not guaranteed to be stable.