mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
posts: 新增Cloudflare Worker 外域优选教程,仅需将其SaaS后即可进行优选,外域NS无需在Cloudflare
This commit is contained in:
@@ -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: "随机图节点" }
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
BIN
src/content/assets/images/cf-fastip-12.png
Normal file
BIN
src/content/assets/images/cf-fastip-12.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.9 KiB |
BIN
src/content/assets/images/cf-fastip-13.png
Normal file
BIN
src/content/assets/images/cf-fastip-13.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 127 KiB |
@@ -180,6 +180,9 @@ function getProxyPrefix(hostname) {
|
||||
# 针对于Cloudflare Workers
|
||||
|
||||
1. 在Workers中添加路由,然后直接将你的路由域名从指向`xxx.worker.dev`改为`cloudflare.182682.xyz`等优选域名即可
|
||||
2. 如果是外域,SaaS后再添加路由即可,就像
|
||||

|
||||

|
||||
|
||||
# 针对于Cloudflare Tunnel(ZeroTrust)
|
||||
请先参照 [常规SaaS优选](#传统优选) 设置完毕,源站即为 Cloudflare Tunnel。正常做完SaaS接入即可
|
||||
|
||||
Reference in New Issue
Block a user