-
Notifications
You must be signed in to change notification settings - Fork 884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDN support? #74
Comments
I'm against CDN fronting. Can't think of any actual benefit with it. |
True server IP is hidden behind the CDN. Besides, the CDN can accelerate connection speed. These features may be very useful in China. |
This is assuming you're freeloading the CDN for traffic proxying, which is likely formally an abuse in their terms of use. (Domain fronting was banned from major CDNs a while ago.) And there's no shortage of CDNs being blocked either. The only case that is favorable for the CDN's case is when you have an extremely cheap server and free CDN proxying, the combination of the two somehow is faster than the naked server. But I consider this tool high-security and not for everyone, so unless I see very convincing proof this case is actually viable I'm not invested in this. |
刚刚一个vps ip被封了,套CDN在某种程度上可以防止ip被墙。 |
说实话,不论是套cdn还是不套cdn,只要被gfw探测到,就都会产生个人利益的损失和公共利益的损失。套cdn的损失就不说了,不套cdn的情况下,要是服务器ip被封了,那毫无疑问会对下一个接手该服务器的用户产生损失,服务商可用的ip减少,对服务商也会产生损失,难道不也是一种滥用吗? |
有个人给我回了句"现在是 2022 年 10 月,对于 Cloudflare 来说:域前置并不是免费套餐内的服务,而仅仅是利用 CDN 建立隧道我并不觉得是滥用,要知道免费服务 Cloudflare Tunnel 相当于同类用途,有具体条款吗?",被删了不知道怎么回事,那我就单独再回一句。 |
还是别连累CDN服务商了吧 |
你的流量对于 CF 来说算不上多少 |
另外 CF 应该是支持QUIC 和 CONNECT 的 |
Naiveproxy only directly serves on user's host server, but can't be fronted by CDN. CDNs don't support CONNECT method.
Would you like to extend usage scenerio of naiveproxy to cover CDN fronting? Currently I know this can be done by either websocket or using PUT/POST method to simulate a tunnel, like what v2ray does.
The text was updated successfully, but these errors were encountered: