[PR #32] [MERGED] add https proto for reverse proxy #4110

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/32
Author: @maodanp
Created: 6/13/2016
Status: Merged
Merged: 6/13/2016
Merged by: @fatedier

Base: release0.7Head: release0.7


📝 Commits (1)

  • f3876d6 add https proto for reverse proxy

📊 Changes

6 files changed (+272 additions, -6 deletions)

View changed files

📝 conf/frps.ini (+2 -1)
📝 src/frp/cmd/frps/main.go (+14 -1)
📝 src/frp/models/client/config.go (+1 -1)
📝 src/frp/models/server/config.go (+29 -2)
📝 src/frp/models/server/server.go (+9 -1)
src/frp/utils/vhost/vhost_https.go (+217 -0)

📄 Description

  1. add vhost_https_port field in frps.ini
  2. modify the variable VhostMuxer to VhostHttpMuxer
  3. parse https package in vhost_https.go to get serverName

🔄 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/32 **Author:** [@maodanp](https://github.com/maodanp) **Created:** 6/13/2016 **Status:** ✅ Merged **Merged:** 6/13/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `release0.7` ← **Head:** `release0.7` --- ### 📝 Commits (1) - [`f3876d6`](https://github.com/fatedier/frp/commit/f3876d69bb789d152ba6c50027f486eb561b097b) add https proto for reverse proxy ### 📊 Changes **6 files changed** (+272 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `conf/frps.ini` (+2 -1) 📝 `src/frp/cmd/frps/main.go` (+14 -1) 📝 `src/frp/models/client/config.go` (+1 -1) 📝 `src/frp/models/server/config.go` (+29 -2) 📝 `src/frp/models/server/server.go` (+9 -1) ➕ `src/frp/utils/vhost/vhost_https.go` (+217 -0) </details> ### 📄 Description 1. add `vhost_https_port` field in `frps.ini` 2. modify the variable `VhostMuxer` to `VhostHttpMuxer` 3. parse `https` package in `vhost_https.go` to get `serverName` --- <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:35:51 -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#4110
No description provided.