[PR #192] [MERGED] http proxy support router by url #4153

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

📋 Pull Request Information

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

Base: devHead: pr_182


📝 Commits (8)

  • 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
  • 59a34b8 Merge pull request #182 from xuebing1110/dev
  • eb4f779 update
  • 6f90c34 update conf

📊 Changes

15 files changed (+207 additions, -48 deletions)

View changed files

📝 conf/frpc.ini (+2 -0)
📝 src/assets/static/index.html (+8 -1)
📝 src/assets/statik/statik.go (+1 -1)
📝 src/cmd/frpc/control.go (+1 -0)
📝 src/cmd/frps/control.go (+2 -1)
📝 src/models/client/client.go (+1 -0)
📝 src/models/client/config.go (+8 -0)
📝 src/models/metric/server.go (+3 -1)
📝 src/models/msg/msg.go (+1 -0)
📝 src/models/server/config.go (+10 -2)
📝 src/models/server/server.go (+41 -10)
📝 src/utils/vhost/http.go (+2 -0)
📝 src/utils/vhost/https.go (+1 -0)
src/utils/vhost/router.go (+96 -0)
📝 src/utils/vhost/vhost.go (+30 -32)

📄 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/192 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/24/2016 **Status:** ✅ Merged **Merged:** 12/24/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `pr_182` --- ### 📝 Commits (8) - [`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 - [`59a34b8`](https://github.com/fatedier/frp/commit/59a34b81e07e30244e94b11b9a61e4c993b6e5c4) Merge pull request #182 from xuebing1110/dev - [`eb4f779`](https://github.com/fatedier/frp/commit/eb4f77938438c18fc088e48d3fc0cabecdbae74b) update - [`6f90c34`](https://github.com/fatedier/frp/commit/6f90c3400c29aeb532189c9d3021e98e8ca34cde) update conf ### 📊 Changes **15 files changed** (+207 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `conf/frpc.ini` (+2 -0) 📝 `src/assets/static/index.html` (+8 -1) 📝 `src/assets/statik/statik.go` (+1 -1) 📝 `src/cmd/frpc/control.go` (+1 -0) 📝 `src/cmd/frps/control.go` (+2 -1) 📝 `src/models/client/client.go` (+1 -0) 📝 `src/models/client/config.go` (+8 -0) 📝 `src/models/metric/server.go` (+3 -1) 📝 `src/models/msg/msg.go` (+1 -0) 📝 `src/models/server/config.go` (+10 -2) 📝 `src/models/server/server.go` (+41 -10) 📝 `src/utils/vhost/http.go` (+2 -0) 📝 `src/utils/vhost/https.go` (+1 -0) ➕ `src/utils/vhost/router.go` (+96 -0) 📝 `src/utils/vhost/vhost.go` (+30 -32) </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:36:38 -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#4153
No description provided.