mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4685] 一套服务端和客户端,如何实现多个端口点对点http使用? #3701
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#3701
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 @gowy222 on GitHub (Feb 22, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4685
Describe the feature request
环境: 客户端:9000端口跑的vue,9001跑的nextjs项目,
这种前端path敏感,不适用于 https://gofrp.org/zh-cn/docs/features/http-https/route/ 路由功能
同一个客户端配置是否有办法不用公共的serverAddr 和serverPort ?
而是变成
这样实现一个客户端各自对应所需要的端口,
同时这种情况下,一个服务端如何配置开放9000和90001两个端口?
这样一来,扩展性,10个应用也只需要一套服务端和客户端
Describe alternatives you've considered
No response
Affected area
@KKKzzz7 commented on GitHub (Feb 24, 2025):
起两个client和serve程序不就解决了么
@gowy222 commented on GitHub (Feb 26, 2025):
目前就是堆数量的,但想着有没有更优解
@sowhyim commented on GitHub (Mar 3, 2025):
理论上是可行的,比如优先proxies里面配置的 server,当没有时,获取 global 的 server 配置,应当能满足你的要求
当然我还为读过该项目具体内容,不确定项目的思路是怎么样的😓
@github-actions[bot] commented on GitHub (Mar 18, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.