mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3817] How do I delete old records? #3034
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#3034
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 @paolosezart on GitHub (Nov 29, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3817
Bug Description
I have FRPS installed on ubuntu. I recently updated the port forwarding entries. I restarted FRPS on the server, but the old Web console entries remain.
How do I get rid of them?
Maybe I need to clear the cache of FRPS entries somewhere?
frpc Version
0.33.0
frps Version
0.33.0
System Architecture
Ubuntu
Configurations
[common]
bind_port = 8000
vhost_https_port = 443
vhost_http_port = 80
dashboard_addr = 0.0.0.0
dashboard_port = 8500
dashboard_user = goot
dashboard_pwd = opret
log_file = ./frps.log
log_level = info
authentication_method = token
token = ploerq
Logs
No response
Steps to reproduce
...
Affected area
@superzjg commented on GitHub (Nov 30, 2023):
After restarting FRPS, the records will be cleared (tested in v0.52.3)
@fatedier commented on GitHub (Nov 30, 2023):
There are plans to add a button/api for cleaning offline proxies.
@paolosezart commented on GitHub (Nov 30, 2023):
Thanks, it worked. I thought it was enough to reboot only the client