[PR #1121] [MERGED] new feature #4327

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1121
Author: @fatedier
Created: 3/11/2019
Status: Merged
Merged: 3/11/2019
Merged by: @fatedier

Base: devHead: new


📝 Commits (4)

  • d812488 support tls connection
  • e691a40 improve the stability of xtcp
  • 5e64bbf vendor: update package
  • dbfeea9 update .travis.yml, support go1.12

📊 Changes

19 files changed (+494 additions, -112 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 client/control.go (+9 -2)
📝 client/proxy/proxy.go (+61 -9)
📝 client/service.go (+9 -2)
📝 client/visitor.go (+15 -47)
📝 conf/frpc_full.ini (+3 -0)
📝 models/config/client_common.go (+8 -0)
📝 models/msg/msg.go (+39 -34)
📝 models/nathole/nathole.go (+12 -5)
📝 server/proxy/xtcp.go (+24 -2)
📝 server/service.go (+41 -0)
tests/ci/tls_test.go (+188 -0)
📝 utils/net/conn.go (+11 -0)
utils/net/tls.go (+44 -0)
📝 utils/version/version.go (+1 -1)
vendor/github.com/hashicorp/yamux/go.mod (+1 -0)
📝 vendor/github.com/hashicorp/yamux/mux.go (+12 -1)
📝 vendor/github.com/hashicorp/yamux/session.go (+10 -3)
📝 vendor/modules.txt (+5 -5)

📄 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/1121 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 3/11/2019 **Status:** ✅ Merged **Merged:** 3/11/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (4) - [`d812488`](https://github.com/fatedier/frp/commit/d8124887671bf4f0ae5dd6f41e5b8f391006002b) support tls connection - [`e691a40`](https://github.com/fatedier/frp/commit/e691a402606c492d614027008fa6ec7f4614e827) improve the stability of xtcp - [`5e64bbf`](https://github.com/fatedier/frp/commit/5e64bbfa7c110c96782a1dae1bc86bba607daaa3) vendor: update package - [`dbfeea9`](https://github.com/fatedier/frp/commit/dbfeea99f3c47b987dab3472a521aa3880058ae0) update .travis.yml, support go1.12 ### 📊 Changes **19 files changed** (+494 additions, -112 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `client/control.go` (+9 -2) 📝 `client/proxy/proxy.go` (+61 -9) 📝 `client/service.go` (+9 -2) 📝 `client/visitor.go` (+15 -47) 📝 `conf/frpc_full.ini` (+3 -0) 📝 `models/config/client_common.go` (+8 -0) 📝 `models/msg/msg.go` (+39 -34) 📝 `models/nathole/nathole.go` (+12 -5) 📝 `server/proxy/xtcp.go` (+24 -2) 📝 `server/service.go` (+41 -0) ➕ `tests/ci/tls_test.go` (+188 -0) 📝 `utils/net/conn.go` (+11 -0) ➕ `utils/net/tls.go` (+44 -0) 📝 `utils/version/version.go` (+1 -1) ➕ `vendor/github.com/hashicorp/yamux/go.mod` (+1 -0) 📝 `vendor/github.com/hashicorp/yamux/mux.go` (+12 -1) 📝 `vendor/github.com/hashicorp/yamux/session.go` (+10 -3) 📝 `vendor/modules.txt` (+5 -5) </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:39:56 -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#4327
No description provided.