mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2919] hot reload can't use with config_dir parameter #2328
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#2328
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 @R1ckyH on GitHub (Apr 29, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2919
Bug Description
frpc Version
0.42.0
frps Version
0.42.0
System Architecture
linux and windows amd64
Configurations
[common]
server_addr = 127.0.0.1
server_port = 7000
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
Logs
\frp>frpc verify --config_dir test
open ./frpc.ini: The system cannot find the file specified.
\frp>frpc reload --config_dir test
open ./frpc.ini: The system cannot find the file specified.
Steps to reproduce
Affected area
@fatedier commented on GitHub (Apr 29, 2022):
We won't provide full support for
config_dir.It's designed for simple use case and benchmark tests.
@github-actions[bot] commented on GitHub (May 30, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.