mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3384] [Feature Request] frp如何实现HTTP同一域名多端口访问 #2704
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#2704
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?
Originally created by @threerog on GitHub (Mar 30, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3384
Describe the feature request
frp如何实现HTTP多端口访问
例如域名
my.baidu.com实现如下需求Describe alternatives you've considered
No response
Affected area
@programmer-zheng commented on GitHub (Mar 31, 2023):
添加多个端口映射即可
@superzjg commented on GitHub (Mar 31, 2023):
使用type=tcp,可以轻松实现。不同内网端口转发不同远程端口即可
@threerog commented on GitHub (Apr 4, 2023):
我试了 确实非常nice,但是这种方案好像无法使用https访问
@superzjg commented on GitHub (Apr 4, 2023):
https本质上也是tcp,一样可以的。内网端口用https的,外网就是https访问。如果内网服务不支持https,就用frpc的插件转成https
@github-actions[bot] commented on GitHub (May 5, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.