mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2764] [Feature Request] 国内 Web服务转发时, 域名备案问题 #2211
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#2211
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 @sshuangliu on GitHub (Jan 17, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2764
Describe the feature request
在部署了FRP相关的服务在国内云主机上,并配置了转发web一类服务到内网,当我们用云主机公网ip访问时,一切正常,能转发流量到内网,但是当我们用域名访问(域名映射等都已配置就绪),到云主机web流量就被block了,然后定向到一个网站备案的页面,应该是云厂商的策略,检查到http head的host字段是domain信息,然后把通过域名访问的web流量给block。

请问现在版本的FRP有解决这个问题的办法吗?
以及 FRPS收到browser的流量后,是通过怎样的方式转发到FRPC的?类似隧道的方式,users traffic(TCP/UDP or http) over tunnel(tcp/udp) ? 数据包是如何一层层封装?隧道协议是私有的还是公用的?
如果是隧道方式转发,加密users traffic,或许可以防止被云厂商检测出。
谢谢
Describe alternatives you've considered
No response
Affected area
@sshuangliu commented on GitHub (Jan 17, 2022):
wrong
@yhcc commented on GitHub (Jan 28, 2023):
请问这个问题解决了吗?