mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4341] [MERGED] client plugin: added plugin tls2raw #4964
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#4964
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/4341
Author: @fatedier
Created: 7/16/2024
Status: ✅ Merged
Merged: 7/25/2024
Merged by: @fatedier
Base:
dev← Head:new📝 Commits (1)
c064142client plugin: added plugin tls2raw📊 Changes
17 files changed (+187 additions, -56 deletions)
View changed files
📝
.golangci.yml(+1 -0)📝
Release.md(+1 -6)📝
client/proxy/proxy.go(+1 -1)📝
conf/frpc_full_example.toml(+10 -0)📝
pkg/config/v1/plugin.go(+11 -0)📝
pkg/config/v1/validation/plugin.go(+9 -0)📝
pkg/plugin/client/http2http.go(+4 -1)📝
pkg/plugin/client/http2https.go(+2 -1)📝
pkg/plugin/client/http_proxy.go(+2 -1)📝
pkg/plugin/client/https2http.go(+3 -21)📝
pkg/plugin/client/https2https.go(+3 -21)📝
pkg/plugin/client/plugin.go(+2 -1)📝
pkg/plugin/client/socks5.go(+2 -1)📝
pkg/plugin/client/static_file.go(+2 -1)➕
pkg/plugin/client/tls2raw.go(+83 -0)📝
pkg/plugin/client/unix_domain_socket.go(+5 -1)📝
test/e2e/v1/plugin/client.go(+46 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.