[PR #3784] [MERGED] sshTunnelGateway refactor #4830

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3784
Author: @fatedier
Created: 11/20/2023
Status: Merged
Merged: 11/21/2023
Merged by: @fatedier

Base: ssh-gatewayHead: ssh2


📝 Commits (1)

  • bcd37ed sshTunnelGateway refactor

📊 Changes

34 files changed (+1036 additions, -1255 deletions)

View changed files

📝 Makefile (+2 -2)
client/connector.go (+223 -0)
📝 client/control.go (+11 -7)
📝 client/proxy/proxy.go (+13 -4)
📝 client/proxy/proxy_manager.go (+10 -2)
📝 client/proxy/proxy_wrapper.go (+4 -0)
📝 client/proxy/sudp.go (+2 -0)
📝 client/proxy/udp.go (+2 -0)
📝 client/proxy/xtcp.go (+2 -0)
📝 client/service.go (+28 -206)
📝 cmd/frpc/sub/proxy.go (+4 -3)
cmd/frps/flags.go (+0 -110)
📝 cmd/frps/root.go (+1 -1)
📝 go.mod (+1 -1)
📝 go.sum (+3 -3)
📝 pkg/config/flags.go (+88 -1)
📝 pkg/config/v1/server.go (+14 -13)
pkg/config/v1/ssh.go (+0 -72)
📝 pkg/plugin/client/http2https.go (+2 -0)
📝 pkg/plugin/client/http_proxy.go (+2 -0)

...and 14 more files

📄 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/3784 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 11/20/2023 **Status:** ✅ Merged **Merged:** 11/21/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `ssh-gateway` ← **Head:** `ssh2` --- ### 📝 Commits (1) - [`bcd37ed`](https://github.com/fatedier/frp/commit/bcd37edd19e5a3eef12808327cab35a7f0cc6bbd) sshTunnelGateway refactor ### 📊 Changes **34 files changed** (+1036 additions, -1255 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+2 -2) ➕ `client/connector.go` (+223 -0) 📝 `client/control.go` (+11 -7) 📝 `client/proxy/proxy.go` (+13 -4) 📝 `client/proxy/proxy_manager.go` (+10 -2) 📝 `client/proxy/proxy_wrapper.go` (+4 -0) 📝 `client/proxy/sudp.go` (+2 -0) 📝 `client/proxy/udp.go` (+2 -0) 📝 `client/proxy/xtcp.go` (+2 -0) 📝 `client/service.go` (+28 -206) 📝 `cmd/frpc/sub/proxy.go` (+4 -3) ➖ `cmd/frps/flags.go` (+0 -110) 📝 `cmd/frps/root.go` (+1 -1) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+3 -3) 📝 `pkg/config/flags.go` (+88 -1) 📝 `pkg/config/v1/server.go` (+14 -13) ➖ `pkg/config/v1/ssh.go` (+0 -72) 📝 `pkg/plugin/client/http2https.go` (+2 -0) 📝 `pkg/plugin/client/http_proxy.go` (+2 -0) _...and 14 more files_ </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:49:34 -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#4830
No description provided.