[PR #1971] [CLOSED] Add tls configuration to both client and server #4481

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1971
Author: @yuyulei
Created: 9/7/2020
Status: Closed

Base: devHead: dev


📝 Commits (1)

  • 34ee220 Add tls configuration to both client and server

📊 Changes

6 files changed (+251 additions, -34 deletions)

View changed files

📝 client/control.go (+10 -2)
📝 client/service.go (+9 -2)
📝 models/config/client_common.go (+46 -1)
📝 models/config/server_common.go (+39 -2)
models/transport/tls.go (+137 -0)
📝 server/service.go (+10 -27)

📄 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/1971 **Author:** [@yuyulei](https://github.com/yuyulei) **Created:** 9/7/2020 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`34ee220`](https://github.com/fatedier/frp/commit/34ee220cf437e9f598693de1a087a7f82177c458) Add tls configuration to both client and server ### 📊 Changes **6 files changed** (+251 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `client/control.go` (+10 -2) 📝 `client/service.go` (+9 -2) 📝 `models/config/client_common.go` (+46 -1) 📝 `models/config/server_common.go` (+39 -2) ➕ `models/transport/tls.go` (+137 -0) 📝 `server/service.go` (+10 -27) </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:42:54 -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#4481
No description provided.