[PR #2916] [CLOSED] Log duration of each connection #4661

Closed
opened 2026-05-05 14:46:19 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2916
Author: @berlin2123
Created: 4/27/2022
Status: Closed

Base: devHead: patch-1


📝 Commits (10+)

📊 Changes

5 files changed (+44 additions, -1 deletions)

View changed files

📝 cmd/frps/root.go (+3 -0)
📝 conf/frps_full.ini (+6 -0)
📝 pkg/config/server.go (+6 -0)
📝 pkg/config/server_test.go (+3 -0)
📝 server/proxy/proxy.go (+26 -1)

📄 Description

Log duration of each connection, which may be used to indentify Brute_Force_Attack inside frps sever. #2915


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/2916 **Author:** [@berlin2123](https://github.com/berlin2123) **Created:** 4/27/2022 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `patch-1` --- ### 📝 Commits (10+) - [`c47dd30`](https://github.com/fatedier/frp/commit/c47dd30cf89a40cae11c1b402c3df8af3d9d67d5) Log duration of each connection - [`39aabe6`](https://github.com/fatedier/frp/commit/39aabe6c748437833737285c90816a2de023b0b2) Update proxy.go - [`3318f68`](https://github.com/fatedier/frp/commit/3318f68b5c78483d6252dc0f8cf2f3c89af0f60f) Update proxy.go - [`2048d12`](https://github.com/fatedier/frp/commit/2048d12db818214a8691fed596574c20294801da) Update proxy.go - [`d1fe4bd`](https://github.com/fatedier/frp/commit/d1fe4bd314675c3d2618e0580388ba65916e2050) Update proxy.go - [`708149d`](https://github.com/fatedier/frp/commit/708149d90c8b34c143773dfc5e6a094091a144b6) Update frps_full.ini - [`7726d29`](https://github.com/fatedier/frp/commit/7726d2902fa823dd2ba40badc851fbc111ca2be1) Log duration of each connection - [`6324041`](https://github.com/fatedier/frp/commit/632404176de7bbb64553110f76c88d4c6f191c51) Log duration of each connection - [`105d3a4`](https://github.com/fatedier/frp/commit/105d3a453df949a2a99ab17853734896e25212b6) Update proxy.go - [`eccbeab`](https://github.com/fatedier/frp/commit/eccbeab2f5e1089667e5d0e1369c19fbc5b7f09f) Update proxy.go ### 📊 Changes **5 files changed** (+44 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/frps/root.go` (+3 -0) 📝 `conf/frps_full.ini` (+6 -0) 📝 `pkg/config/server.go` (+6 -0) 📝 `pkg/config/server_test.go` (+3 -0) 📝 `server/proxy/proxy.go` (+26 -1) </details> ### 📄 Description Log duration of each connection, which may be used to indentify Brute_Force_Attack inside frps sever. #2915 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:46:19 -06:00
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#4661
No description provided.