













例如 美国用户访问时回源到 美国的源站。
伪代码表示我想实现的意图:
Browser:
Access CDN domain (cdn.com)
CDN:
if user IP is US:
Serve from us.com origin
else if user IP is Europe:
Serve from eu.com origin
else if user IP is China:
Serve from cn.com origin
else:
Default action (not specified)
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。