[PR #4341] [MERGED] client plugin: added plugin tls2raw #4964

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

📋 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: devHead: new


📝 Commits (1)

  • c064142 client 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/4341 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 7/16/2024 **Status:** ✅ Merged **Merged:** 7/25/2024 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`c064142`](https://github.com/fatedier/frp/commit/c064142501618202b0ec7368632f8a8b343703f0) client plugin: added plugin tls2raw ### 📊 Changes **17 files changed** (+187 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description _No description provided_ --- <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:52:09 -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#4964
No description provided.