[PR #182] [MERGED] [dev] http router by host and url #4144

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/182
Author: @pkgplus
Created: 12/18/2016
Status: Merged
Merged: 12/24/2016
Merged by: @fatedier

Base: pr_182Head: dev


📝 Commits (5)

  • edf4bc4 support the configure of url in "http" section
  • d93dd82 modify the getListener function && add TPS in dashboard
  • a4c05e6 show "Port" incorrectly in dashboard
  • a44be1e set default location empty string array
  • b1d1a7a Merge branch 'pr_182' into dev

📊 Changes

10 files changed (+239 additions, -109 deletions)

View changed files

📝 src/assets/static/index.html (+9 -2)
📝 src/cmd/frps/control.go (+2 -1)
📝 src/models/config/config.go (+22 -12)
📝 src/models/metric/server.go (+9 -23)
📝 src/models/server/config.go (+11 -5)
📝 src/models/server/server.go (+16 -23)
📝 src/utils/vhost/http.go (+2 -0)
📝 src/utils/vhost/https.go (+1 -0)
src/utils/vhost/router.go (+107 -0)
📝 src/utils/vhost/vhost.go (+60 -43)

📄 Description

support the configure of url in "http" section


🔄 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/182 **Author:** [@pkgplus](https://github.com/pkgplus) **Created:** 12/18/2016 **Status:** ✅ Merged **Merged:** 12/24/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `pr_182` ← **Head:** `dev` --- ### 📝 Commits (5) - [`edf4bc4`](https://github.com/fatedier/frp/commit/edf4bc431d54707903d2d3f8305659287230dfaf) support the configure of url in "http" section - [`d93dd82`](https://github.com/fatedier/frp/commit/d93dd82ed907f5277ace8a4fc4fa324498b26f6f) modify the getListener function && add TPS in dashboard - [`a4c05e6`](https://github.com/fatedier/frp/commit/a4c05e6ff9f455e55f773bdf031454e96a5aacf0) show "Port" incorrectly in dashboard - [`a44be1e`](https://github.com/fatedier/frp/commit/a44be1e2ed2a23cb9f74c87df9f9725813e53e70) set default location empty string array - [`b1d1a7a`](https://github.com/fatedier/frp/commit/b1d1a7a20a0773e168a7baa531e200d6398e3661) Merge branch 'pr_182' into dev ### 📊 Changes **10 files changed** (+239 additions, -109 deletions) <details> <summary>View changed files</summary> 📝 `src/assets/static/index.html` (+9 -2) 📝 `src/cmd/frps/control.go` (+2 -1) 📝 `src/models/config/config.go` (+22 -12) 📝 `src/models/metric/server.go` (+9 -23) 📝 `src/models/server/config.go` (+11 -5) 📝 `src/models/server/server.go` (+16 -23) 📝 `src/utils/vhost/http.go` (+2 -0) 📝 `src/utils/vhost/https.go` (+1 -0) ➕ `src/utils/vhost/router.go` (+107 -0) 📝 `src/utils/vhost/vhost.go` (+60 -43) </details> ### 📄 Description support the configure of url in "http" section --- <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:36:31 -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#4144
No description provided.