mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #4087] [CLOSED] show client address in server dashboard #4916
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#4916
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/4087
Author: @tlxxzj
Created: 3/20/2024
Status: ❌ Closed
Base:
dev← Head:show-clientaddr📝 Commits (1)
46bb91fshow client address in server dashboard📊 Changes
7 files changed (+26 additions, -11 deletions)
View changed files
📝
assets/frps/static/index-J-KX0R9O.js(+10 -10)📝
assets/frps/static/index.html(+1 -1)📝
server/control.go(+1 -0)📝
server/dashboard_api.go(+2 -0)📝
server/proxy/proxy.go(+8 -0)📝
web/frps/src/components/ProxyView.vue(+2 -0)📝
web/frps/src/utils/proxy.ts(+2 -0)📄 Description
this pr is related to issue #3991 , I added "ClientAddr" in struct ProxyStatsInfo and it will be show in server dashboard.

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