mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4547] [CLOSED] Add STCP proxy and visitor support #4997
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#4997
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/4547
Author: @psbelejden
Created: 11/20/2024
Status: ❌ Closed
Base:
dev← Head:add-stcp📝 Commits (1)
f9e8b3aAdd STCP proxy and visitor support📊 Changes
9 files changed (+35 additions, -99 deletions)
View changed files
📝
client/proxy/general_tcp.go(+1 -14)📝
client/visitor/stcp.go(+0 -14)📝
cmd/frpc/sub/proxy.go(+0 -14)📝
conf/frpc_full_example.toml(+16 -0)📝
conf/legacy/frpc_legacy_full.ini(+15 -0)📝
pkg/config/v1/proxy.go(+1 -14)📝
pkg/config/v1/validation/proxy.go(+1 -15)📝
pkg/config/v1/validation/visitor.go(+0 -14)📝
pkg/config/v1/visitor.go(+1 -14)📄 Description
Implement a simplified version of STCP functionality.
Client Proxy Configuration and Handling
STCPProxyConfigto thepxyConfsslice inclient/proxy/general_tcp.go.Client Visitor Configuration and Handling
STCPVisitorConfigto thecfgstruct inclient/visitor/stcp.go.Command Registration and Initialization
STCPto theproxyTypesandvisitorTypesslices incmd/frpc/sub/proxy.go.Configuration Examples
STCPproxy and visitor inconf/frpc_full_example.toml.STCPproxy and visitor inconf/legacy/frpc_legacy_full.ini.Configuration Structures
STCPProxyConfigstruct and include it in theproxyConfigTypeMapinpkg/config/v1/proxy.go.STCPVisitorConfigstruct and include it in thevisitorConfigTypeMapinpkg/config/v1/visitor.go.Configuration Validation
STCPProxyConfiginpkg/config/v1/validation/proxy.go.STCPVisitorConfiginpkg/config/v1/validation/visitor.go.For more details, open the Copilot Workspace session.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.