[PR #746] [MERGED] http port and https port can be same with frps bind_port #4248

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/746
Author: @fatedier
Created: 5/6/2018
Status: Merged
Merged: 5/6/2018
Merged by: @fatedier

Base: devHead: mux


📝 Commits (2)

  • 5db605c frps: vhost_http_port and vhost_https_port can be same with frps bind
  • 1ae43e4 plugin: update http_proxy

📊 Changes

8 files changed (+433 additions, -28 deletions)

View changed files

📝 conf/frps_full.ini (+1 -0)
📝 models/plugin/http_proxy.go (+10 -3)
📝 server/service.go (+45 -11)
📝 utils/net/conn.go (+9 -9)
utils/net/mux/mux.go (+210 -0)
utils/net/mux/mux_test.go (+95 -0)
utils/net/mux/rule.go (+55 -0)
📝 utils/vhost/https.go (+8 -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/746 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/6/2018 **Status:** ✅ Merged **Merged:** 5/6/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `mux` --- ### 📝 Commits (2) - [`5db605c`](https://github.com/fatedier/frp/commit/5db605ca025a8480b91922db9bc7c44ee58dce44) frps: vhost_http_port and vhost_https_port can be same with frps bind - [`1ae43e4`](https://github.com/fatedier/frp/commit/1ae43e4d41136d867d101720a575edf3e35be88c) plugin: update http_proxy ### 📊 Changes **8 files changed** (+433 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `conf/frps_full.ini` (+1 -0) 📝 `models/plugin/http_proxy.go` (+10 -3) 📝 `server/service.go` (+45 -11) 📝 `utils/net/conn.go` (+9 -9) ➕ `utils/net/mux/mux.go` (+210 -0) ➕ `utils/net/mux/mux_test.go` (+95 -0) ➕ `utils/net/mux/rule.go` (+55 -0) 📝 `utils/vhost/https.go` (+8 -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:38:25 -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#4248
No description provided.