[PR #1730] [MERGED] Feature: Support SUDP Proxy #4444

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1730
Author: @blizard863
Created: 4/4/2020
Status: Merged
Merged: 4/22/2020
Merged by: @fatedier

Base: devHead: sudp-dev


📝 Commits (1)

📊 Changes

15 files changed (+669 additions, -1 deletions)

View changed files

📝 client/admin_api.go (+10 -0)
📝 client/proxy/proxy.go (+151 -0)
📝 client/visitor.go (+209 -0)
cmd/frpc/sub/sudp.go (+113 -0)
📝 models/config/proxy.go (+67 -0)
📝 models/config/visitor.go (+31 -0)
📝 models/consts/consts.go (+1 -0)
📝 models/proto/udp/udp.go (+1 -1)
📝 server/proxy/proxy.go (+5 -0)
server/proxy/sudp.go (+48 -0)
📝 tests/ci/auto_test_frpc.ini (+6 -0)
📝 tests/ci/auto_test_frpc_visitor.ini (+9 -0)
📝 tests/ci/normal_test.go (+10 -0)
📝 tests/consts/consts.go (+3 -0)
📝 tests/util/util.go (+5 -0)

📄 Description

https://github.com/fatedier/frp/issues/1280


🔄 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/1730 **Author:** [@blizard863](https://github.com/blizard863) **Created:** 4/4/2020 **Status:** ✅ Merged **Merged:** 4/22/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `sudp-dev` --- ### 📝 Commits (1) - [`303326c`](https://github.com/fatedier/frp/commit/303326c62bd444fdb448487633b2a0d9a657ccef) feat: support sudp proxy ### 📊 Changes **15 files changed** (+669 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/admin_api.go` (+10 -0) 📝 `client/proxy/proxy.go` (+151 -0) 📝 `client/visitor.go` (+209 -0) ➕ `cmd/frpc/sub/sudp.go` (+113 -0) 📝 `models/config/proxy.go` (+67 -0) 📝 `models/config/visitor.go` (+31 -0) 📝 `models/consts/consts.go` (+1 -0) 📝 `models/proto/udp/udp.go` (+1 -1) 📝 `server/proxy/proxy.go` (+5 -0) ➕ `server/proxy/sudp.go` (+48 -0) 📝 `tests/ci/auto_test_frpc.ini` (+6 -0) 📝 `tests/ci/auto_test_frpc_visitor.ini` (+9 -0) 📝 `tests/ci/normal_test.go` (+10 -0) 📝 `tests/consts/consts.go` (+3 -0) 📝 `tests/util/util.go` (+5 -0) </details> ### 📄 Description https://github.com/fatedier/frp/issues/1280 --- <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:42:14 -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#4444
No description provided.