mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4871] frp HTTP代理使用IP地址作为customDomains时返回404,TCP代理出现unexpected end of stream错误 #3843
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#3843
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 @dream-one on GitHub (Jul 7, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4871
Bug Description
环境描述
frpc Version
v0.63.0
frps Version
v0.63.0
System Architecture
frps:contos,frpc:ubuntu 22.04
Configurations
配置文件
frps.toml (服务端):
frpc.toml (客户端):
内网服务
127.0.0.1:5000/diagnose(POST请求)curl -X POST http://127.0.0.1:5000/diagnose正常工作问题现象
1. HTTP代理配置 - 返回404错误
通过frp访问
http://43.143.124.141:8013/diagnose时返回404错误:2. TCP代理配置 - 连接异常
当改为TCP代理配置时:
出现新错误:
请求详情
http://43.143.124.141:8013/diagnoseHost: 43.143.124.141Content-Type: application/jsonConnection: close已尝试的解决方案
疑问
customDomains是否支持?期望结果
希望能够通过frp正常访问内网的Python Flask服务,无论是使用HTTP代理还是TCP代理。
Logs
No response
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Jul 22, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.