[PR #4087] [CLOSED] show client address in server dashboard #4916

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4087
Author: @tlxxzj
Created: 3/20/2024
Status: Closed

Base: devHead: show-clientaddr


📝 Commits (1)

  • 46bb91f show 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.
image


🔄 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/4087 **Author:** [@tlxxzj](https://github.com/tlxxzj) **Created:** 3/20/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `show-clientaddr` --- ### 📝 Commits (1) - [`46bb91f`](https://github.com/fatedier/frp/commit/46bb91f6794ba51f6a91d3b11eba818f8b098db9) show client address in server dashboard ### 📊 Changes **7 files changed** (+26 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description this pr is related to issue #3991 , I added "ClientAddr" in struct ProxyStatsInfo and it will be show in server dashboard. ![image](https://github.com/fatedier/frp/assets/8991750/6684070a-b5e3-404a-b53c-896fac7d075a) --- <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:51:12 -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#4916
No description provided.