mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2728] [Feature Request] 是否能使用cdn 加速 server #2179
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#2179
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 @kbitlive on GitHub (Jan 1, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2728
Describe the feature request
使用国外服务器 ip 被墙后,就没有办法使用了。
现在手上有国内cdn ,是否能通过cdn 加速serve的连接
Describe alternatives you've considered
No response
Affected area
@Wronthyou-Emme commented on GitHub (Jan 1, 2022):
不能
@fatedier commented on GitHub (Jan 2, 2022):
CDN 一般用于缓存和加速静态页面。
@kbitlive commented on GitHub (Jan 2, 2022):
好吧,服务端是什么协议,可以用nginx 来反代或者做负债均衡吗
@Becods commented on GitHub (Jan 5, 2022):
可以,但是流量一般很贵,且得支持tcp才行
比如Cloudflare Spectrum
@xqzr commented on GitHub (Jan 6, 2022):
protocol = websocket@kbitlive commented on GitHub (Jan 13, 2022):
谢谢 可以了 @xqzr