mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #3905] 使用url路由功能,路由地址也会被转发. #3094
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#3094
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 @zldaysleepy on GitHub (Dec 29, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3905
Bug Description
我在win10上使用客户端
proxies
name = "web1"
type = "http"
localIP = "127.0.0.1"
localPort = 8092
remotePort = 9000
customDomains = ["xxxxxxx.com"]
locations = ["/user"]
访问 xxxxxxx.com:9000/user 转发到本地服务上的结果是 127.0.0.1:8092/user
想请问一下有没有一种配置在使用路由功能的时候,路由不转发 即访问xxxxxxx.com:9000/user转发到127.0.0.1:8092
frpc Version
frp_0.53.2
frps Version
frp_0.53.2
System Architecture
windows/amd64
Configurations
proxies
name = "web1"
type = "http"
localIP = "127.0.0.1"
localPort = 8092
remotePort = 9000
customDomains = ["xxxxxxx.com"]
locations = ["/user"]
Logs
No response
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Dec 29, 2023):
似乎 未实现,但可以修改 请求头
https://gofrp.org/zh-cn/docs/reference/proxy/#httpproxyconfig
@zldaysleepy commented on GitHub (Dec 30, 2023):
@github-actions[bot] commented on GitHub (Jan 25, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.