posts: 新增Cloudflare Worker 外域优选教程,仅需将其SaaS后即可进行优选,外域NS无需在Cloudflare

This commit is contained in:
二叉树树
2026-01-12 01:20:21 +08:00
parent 93dcffa84f
commit b76b19411e
4 changed files with 5 additions and 1 deletions

View File

@@ -62,7 +62,8 @@ export const siteConfig: SiteConfig = {
],
server: [
{ url: "", text: "博客本体节点" },
{ url: "https://umami.acofork.com", text: "Umami节点" }
{ url: "https://umami.acofork.com", text: "Umami节点" },
{ url: "https://pic.acofork.com", text: "随机图节点" }
],
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View File

@@ -180,6 +180,9 @@ function getProxyPrefix(hostname) {
# 针对于Cloudflare Workers
1. 在Workers中添加路由然后直接将你的路由域名从指向`xxx.worker.dev`改为`cloudflare.182682.xyz`等优选域名即可
2. 如果是外域SaaS后再添加路由即可就像
![](../assets/images/cf-fastip-12.png)
![](../assets/images/cf-fastip-13.png)
# 针对于Cloudflare TunnelZeroTrust
请先参照 [常规SaaS优选](#传统优选) 设置完毕,源站即为 Cloudflare Tunnel。正常做完SaaS接入即可