[PR #4152] [MERGED] show tcpmux proxies on the frps dashboard #4932

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/4152
Author: @fatedier
Created: 4/11/2024
Status: Merged
Merged: 4/11/2024
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • 382418a show tcpmux proxies on the frps dashboard

📊 Changes

11 files changed (+128 additions, -56 deletions)

View changed files

📝 Release.md (+4 -0)
📝 assets/frps/static/index-82-40HIG.js (+16 -16)
📝 assets/frps/static/index.html (+1 -1)
📝 server/dashboard_api.go (+2 -1)
📝 web/frps/components.d.ts (+1 -0)
📝 web/frps/src/App.vue (+1 -0)
web/frps/src/components/ProxiesTCPMux.vue (+38 -0)
📝 web/frps/src/components/ProxyViewExpand.vue (+34 -36)
📝 web/frps/src/components/ServerOverview.vue (+2 -2)
📝 web/frps/src/router/index.ts (+6 -0)
📝 web/frps/src/utils/proxy.ts (+23 -0)

📄 Description

WHY

Fix #4148


🔄 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/4152 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 4/11/2024 **Status:** ✅ Merged **Merged:** 4/11/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`382418a`](https://github.com/fatedier/frp/commit/382418a9d50ac52ca4a11e26a198788fe54ae0e7) show tcpmux proxies on the frps dashboard ### 📊 Changes **11 files changed** (+128 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `Release.md` (+4 -0) 📝 `assets/frps/static/index-82-40HIG.js` (+16 -16) 📝 `assets/frps/static/index.html` (+1 -1) 📝 `server/dashboard_api.go` (+2 -1) 📝 `web/frps/components.d.ts` (+1 -0) 📝 `web/frps/src/App.vue` (+1 -0) ➕ `web/frps/src/components/ProxiesTCPMux.vue` (+38 -0) 📝 `web/frps/src/components/ProxyViewExpand.vue` (+34 -36) 📝 `web/frps/src/components/ServerOverview.vue` (+2 -2) 📝 `web/frps/src/router/index.ts` (+6 -0) 📝 `web/frps/src/utils/proxy.ts` (+23 -0) </details> ### 📄 Description ### WHY Fix #4148 --- <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:29 -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#4932
No description provided.