mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3149] [Feature Request] 添加reload命令进行热更新 #2522
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#2522
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 @peakliuz on GitHub (Oct 27, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3149
Describe the feature request
有时候是利用穿透出去的服务连接的,有时候需要修改一下frpc的配置,但是要杀掉进程然后重启,那么问题来了,杀掉进程之后,frpc就连不上服务端了.
是否可以出一个类似nginx 的命令,类似 nginx -t 配置检查,nginx -s reload 服务重新加载
Describe alternatives you've considered
frpc -t frp.ini 检查配置
frpc -s reload 服务配置重新加载
Affected area
@befen commented on GitHub (Oct 27, 2022):
https://github.com/fatedier/frp#hot-reloading-frpc-configuration
@peakliuz commented on GitHub (Oct 27, 2022):
66666