[GH-ISSUE #4949] When there are too many rules on the FRP client, the client will not be able to access the HTTP/HTTPS of the FRP proxy after running for a period of time #3901

Closed
opened 2026-05-05 14:29:24 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @Honglei2020 on GitHub (Aug 22, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4949

Bug Description

When there are too many rules on the FRP client, the client will not be able to access the HTTP/HTTPS of the FRP proxy after running for a period of time.
All rules can operate normally. When I randomly delete some rules, there will be no problem of being unable to access them.
There were no errors when checking the logs, only frequent connection closure prompts.

frpc Version

0.63.0

frps Version

0.63.0

System Architecture

Centos7.9

Configurations

[common]
server_addr=xxx
server_port = 8088
log_file = /var/log/frpc.log
log_level=debug
token = xxx
login_fail_exit = false

[http1]
type = https
local_ip = 127.0.0.1
local_port = 443
subdomain=ts1
use_encryption = true
use_compression = true
protocol = kcp
tcp_mux = true

n+..............

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @Honglei2020 on GitHub (Aug 22, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/4949 ### Bug Description When there are too many rules on the FRP client, the client will not be able to access the HTTP/HTTPS of the FRP proxy after running for a period of time. All rules can operate normally. When I randomly delete some rules, there will be no problem of being unable to access them. There were no errors when checking the logs, only frequent connection closure prompts. ### frpc Version 0.63.0 ### frps Version 0.63.0 ### System Architecture Centos7.9 ### Configurations [common] server_addr=xxx server_port = 8088 log_file = /var/log/frpc.log log_level=debug token = xxx login_fail_exit = false [http1] type = https local_ip = 127.0.0.1 local_port = 443 subdomain=ts1 use_encryption = true use_compression = true protocol = kcp tcp_mux = true n+.............. ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 14:29:24 -06:00
Author
Owner

@fatedier commented on GitHub (Aug 22, 2025):

There is no valid information to draw an appropriate conclusion. In addition, please follow the documentation as closely as possible to use the correct configuration format.

<!-- gh-comment-id:3212861890 --> @fatedier commented on GitHub (Aug 22, 2025): There is no valid information to draw an appropriate conclusion. In addition, please follow the documentation as closely as possible to use the correct configuration format.
Author
Owner

@github-actions[bot] commented on GitHub (Sep 6, 2025):

Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.

<!-- gh-comment-id:3260127370 --> @github-actions[bot] commented on GitHub (Sep 6, 2025): Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3901
No description provided.