mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3426] How to remove offline client proxies from FRP dashboard #2741
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#2741
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 @ksingh7 on GitHub (Apr 26, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3426
Bug Description
Every time when a FRP client connects and disconnects , it leaves an entry in FRP > Proxies list (API as well as dashboard). This entry stays forever , unless FRP server is restarted.
I am looking for a way to clear FRP client list that are offline , either by API call or a ini file parameter (that i am missing)
frpc Version
0.48
frps Version
0.48
System Architecture
linux/amd64
Configurations
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Apr 26, 2023):
0214b974dd/pkg/metrics/mem/server.go (L77)It will be cleaned periodically, with a reserved time hard-coded for 7 days.
@ksingh7 commented on GitHub (Apr 26, 2023):
Thanks @fatedier for response.
@github-actions[bot] commented on GitHub (May 27, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.