mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1265] [Feature Request] Adding tracking and saving of all traffics logging info on frps server #1001
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#1001
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 @jerrychong25 on GitHub (May 28, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1265
Hi all,
I would like to check is it possible to add tracking and saving of all traffics logging into frps server?
When there is public coming to frps server, then frps server save these traffics information with additional parameters:
-Country
-Device IP
-Device Category (PC or Mobile)
-Device Brand (Apple, Huawei, etc)
-Device Model (iPhone 5s)
-OS Version
-Language
After logging, user could easily review traffic history for past 7 days via browser.
If this features is not available very soon, could advise any alternatives library on this?
Thanks.
@fatedier commented on GitHub (Jun 4, 2019):
You mean TCP or HTTP traffic ?
I think nginx or other proxy is good at doing this.
@jerrychong25 commented on GitHub (Jun 4, 2019):
I mean HTTP traffic.
@fatedier commented on GitHub (Jun 16, 2019):
Try to do what you want with nginx before frp.