mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5080] 端口占用不释放 #3989
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#3989
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 @supersndqd on GitHub (Nov 29, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5080
Bug Description
我一台机器使用ssh -R 把端口8000映射到客户端的127.0.0.1:8000上,然后客户端把8000推送到服务器,我ssh断开后,8000端口仍然被frpc占用,但是如果客户端配置文件里两个端口不一样,就没有这个问题
frpc Version
0.65.0
frps Version
0.65.0
System Architecture
alma linux 9
Configurations
root@:~# cat /etc/frp/frps.toml
bindPort = 58080
webServer.addr = "0.0.0.0"
webServer.port = 60080
webServer.user = ""
webServer.password = "*"
[root@yannanbaolong ~]# cat /etc/frpc.toml
serverAddr = "*******************************"
serverPort = 58080
proxies
name = "1111"
type = "tcp"
localIP = "127.0.0.1"
localPort = 8000
remotePort = 8000
Logs
No response
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Dec 13, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.