mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1145] frps 是否会增加类似 frpc 的 reload 功能 #896
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#896
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 @deadlineOvO on GitHub (Mar 20, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1145
如题
有这个功能的话在调整 frps 配置后应该更加方便
@fatedier commented on GitHub (Mar 20, 2019):
frpc 的 common 中的配置也不能 reload,frps 只有 common 配置,这些配置涉及到一些初始化的资源,不太容易动态变更,例如绑定端口之类,所以不会有相关的 reload 功能。
@deadlineOvO commented on GitHub (Mar 20, 2019):
所以在近期是不会存在 reload 相关实现,是吗?
@fatedier commented on GitHub (Mar 20, 2019):
不在规划中。
@deadlineOvO commented on GitHub (Mar 20, 2019):
那未来会有吗?
@a-wing commented on GitHub (Mar 21, 2019):
frps reload 感觉意义不大, reload 主要的功能是保持端口连接(配置端口都变了 x),你需要的大概是
restart@deadlineOvO commented on GitHub (Mar 22, 2019):
如果只是加端口呢??
@fatedier commented on GitHub (Mar 22, 2019):
增加复杂度带来的收益不是那么大,所以目前不考虑。