[PR #4763] [CLOSED] add clientIP to the dashboard #5041

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4763
Author: @fivetran-artemanikieiev
Created: 4/23/2025
Status: Closed

Base: devHead: dev


📝 Commits (2)

📊 Changes

9 files changed (+22 additions, -14 deletions)

View changed files

📝 assets/frpc/static/index-HyKZ_pht.js (+1 -1)
📝 assets/frpc/static/index.html (+1 -1)
📝 assets/frps/static/index-H1xNaJgZ.js (+8 -8)
📝 assets/frps/static/index.html (+1 -1)
📝 pkg/msg/msg.go (+2 -0)
📝 pkg/plugin/server/manager.go (+1 -0)
📝 server/dashboard_api.go (+5 -3)
📝 web/frps/src/components/ProxyView.vue (+1 -0)
📝 web/frps/src/utils/proxy.ts (+2 -0)

📄 Description

WHY

Implements the: https://github.com/fatedier/frp/issues/3991
Adds the Client IP address to the dashboard by modifying the LoginMessage when Client initiates the connection.
Locally tested:
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/4763 **Author:** [@fivetran-artemanikieiev](https://github.com/fivetran-artemanikieiev) **Created:** 4/23/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (2) - [`b1d326e`](https://github.com/fatedier/frp/commit/b1d326ef169b02918499ef9087291f5c25cfa95d) add clientIP to the dashboard - [`db7a67a`](https://github.com/fatedier/frp/commit/db7a67a7ba00a8e58640cae5f0fbfe21c5174a8a) rebuild static files ### 📊 Changes **9 files changed** (+22 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `assets/frpc/static/index-HyKZ_pht.js` (+1 -1) 📝 `assets/frpc/static/index.html` (+1 -1) 📝 `assets/frps/static/index-H1xNaJgZ.js` (+8 -8) 📝 `assets/frps/static/index.html` (+1 -1) 📝 `pkg/msg/msg.go` (+2 -0) 📝 `pkg/plugin/server/manager.go` (+1 -0) 📝 `server/dashboard_api.go` (+5 -3) 📝 `web/frps/src/components/ProxyView.vue` (+1 -0) 📝 `web/frps/src/utils/proxy.ts` (+2 -0) </details> ### 📄 Description ### WHY Implements the: https://github.com/fatedier/frp/issues/3991 Adds the Client IP address to the dashboard by modifying the LoginMessage when Client initiates the connection. Locally tested: ![image](https://github.com/user-attachments/assets/376510d9-6787-4837-b057-a90a3fb40d75) <!-- author to complete --> --- <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:53:35 -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#5041
No description provided.