[PR #2385] [MERGED] web: support sudp in dashboard #4563

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2385
Author: @fatedier
Created: 5/11/2021
Status: Merged
Merged: 5/11/2021
Merged by: @fatedier

Base: devHead: fix-2364


📝 Commits (1)

  • bf92304 web: support sudp in dashboard

📊 Changes

15 files changed (+168 additions, -46 deletions)

View changed files

📝 assets/frpc/static/index.html (+1 -1)
📝 assets/frpc/static/manifest.js (+1 -1)
📝 assets/frpc/static/vendor.js (+1 -1)
📝 assets/frpc/statik/statik.go (+1 -1)
📝 assets/frps/static/index.html (+1 -1)
📝 assets/frps/static/manifest.js (+1 -1)
📝 assets/frps/static/vendor.js (+1 -1)
📝 assets/frps/statik/statik.go (+1 -1)
📝 web/frpc/src/components/Overview.vue (+3 -0)
📝 web/frps/src/App.vue (+1 -0)
📝 web/frps/src/components/Overview.vue (+3 -0)
web/frps/src/components/ProxiesSudp.vue (+116 -0)
📝 web/frps/src/router/index.js (+5 -0)
📝 web/frps/src/utils/chart.js (+24 -37)
📝 web/frps/src/utils/proxy.js (+8 -1)

📄 Description

Fix #2364


🔄 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/2385 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/11/2021 **Status:** ✅ Merged **Merged:** 5/11/2021 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `fix-2364` --- ### 📝 Commits (1) - [`bf92304`](https://github.com/fatedier/frp/commit/bf923048cbdb5dc72e92a8e44c76d485165d3d6a) web: support sudp in dashboard ### 📊 Changes **15 files changed** (+168 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `assets/frpc/static/index.html` (+1 -1) 📝 `assets/frpc/static/manifest.js` (+1 -1) 📝 `assets/frpc/static/vendor.js` (+1 -1) 📝 `assets/frpc/statik/statik.go` (+1 -1) 📝 `assets/frps/static/index.html` (+1 -1) 📝 `assets/frps/static/manifest.js` (+1 -1) 📝 `assets/frps/static/vendor.js` (+1 -1) 📝 `assets/frps/statik/statik.go` (+1 -1) 📝 `web/frpc/src/components/Overview.vue` (+3 -0) 📝 `web/frps/src/App.vue` (+1 -0) 📝 `web/frps/src/components/Overview.vue` (+3 -0) ➕ `web/frps/src/components/ProxiesSudp.vue` (+116 -0) 📝 `web/frps/src/router/index.js` (+5 -0) 📝 `web/frps/src/utils/chart.js` (+24 -37) 📝 `web/frps/src/utils/proxy.js` (+8 -1) </details> ### 📄 Description Fix #2364 --- <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:44:26 -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#4563
No description provided.