[PR #5118] [MERGED] server: replace client metadata with IP address in registry #5135

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/5118
Author: @fatedier
Created: 1/9/2026
Status: Merged
Merged: 1/9/2026
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • 934c678 server: replace client metadata with IP address in registry

📊 Changes

9 files changed (+48 additions, -85 deletions)

View changed files

📝 assets/frps/static/index-Cl4R6mJh.css (+1 -1)
📝 assets/frps/static/index-r9B2t7lx.js (+1 -1)
📝 assets/frps/static/index.html (+2 -2)
📝 server/client_registry.go (+5 -10)
📝 server/dashboard_api.go (+11 -11)
📝 server/service.go (+5 -1)
📝 web/frps/src/components/ClientCard.vue (+8 -47)
📝 web/frps/src/types/client.ts (+3 -2)
📝 web/frps/src/utils/client.ts (+12 -10)

📄 Description

WHY

fix #3991


🔄 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/5118 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`934c678`](https://github.com/fatedier/frp/commit/934c6785d4fc02fa401ee6d8519ca812bc2e4622) server: replace client metadata with IP address in registry ### 📊 Changes **9 files changed** (+48 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `assets/frps/static/index-Cl4R6mJh.css` (+1 -1) 📝 `assets/frps/static/index-r9B2t7lx.js` (+1 -1) 📝 `assets/frps/static/index.html` (+2 -2) 📝 `server/client_registry.go` (+5 -10) 📝 `server/dashboard_api.go` (+11 -11) 📝 `server/service.go` (+5 -1) 📝 `web/frps/src/components/ClientCard.vue` (+8 -47) 📝 `web/frps/src/types/client.ts` (+3 -2) 📝 `web/frps/src/utils/client.ts` (+12 -10) </details> ### 📄 Description ### WHY fix #3991 --- <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:55:23 -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#5135
No description provided.