mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #2916] [CLOSED] Log duration of each connection #4661
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#4661
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?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/2916
Author: @berlin2123
Created: 4/27/2022
Status: ❌ Closed
Base:
dev← Head:patch-1📝 Commits (10+)
c47dd30Log duration of each connection39aabe6Update proxy.go3318f68Update proxy.go2048d12Update proxy.god1fe4bdUpdate proxy.go708149dUpdate frps_full.ini7726d29Log duration of each connection6324041Log duration of each connection105d3a4Update proxy.goeccbeabUpdate proxy.go📊 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.