mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #192] [MERGED] http proxy support router by url #4153
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#4153
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/192
Author: @fatedier
Created: 12/24/2016
Status: ✅ Merged
Merged: 12/24/2016
Merged by: @fatedier
Base:
dev← Head:pr_182📝 Commits (8)
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 dev59a34b8Merge pull request #182 from xuebing1110/deveb4f779update6f90c34update 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.