mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #1730] [MERGED] Feature: Support SUDP Proxy #4444
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4444
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:sudp-dev📝 Commits (1)
303326cfeat: support sudp proxy📊 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.