mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[PR #182] [MERGED] [dev] http router by host and url #4144
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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_182← Head:dev📝 Commits (5)
edf4bc4support the configure of url in "http" sectiond93dd82modify the getListener function && add TPS in dashboarda4c05e6show "Port" incorrectly in dashboarda44be1eset default location empty string arrayb1d1a7aMerge 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.