2022-01-04 20:42:55 +08:00
|
|
|
|
---
|
|
|
|
|
layout: default
|
|
|
|
|
title: 代理列表
|
|
|
|
|
---
|
|
|
|
|
|
2024-03-21 09:54:03 +08:00
|
|
|
|
源站:<https://mabbs.github.io> <img src="https://mabbs.github.io/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
2024-03-21 09:45:48 +08:00
|
|
|
|
|
|
|
|
|
|
2022-10-14 19:53:34 +08:00
|
|
|
|
|
2022-01-04 20:42:55 +08:00
|
|
|
|
# 代理列表
|
|
|
|
|
考虑到中国对于Github Pages在很多地区都有一定程度的解析异常,所以我为我的博客做了很多反向代理。以下代理站均为官方授权:
|
|
|
|
|
(根据可能的可用性排序)
|
2025-04-05 19:02:44 +08:00
|
|
|
|
{% for item in site.data.proxylist.proxies %}- <{{ item }}> <img src="{{ item }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
2025-04-04 00:55:06 +08:00
|
|
|
|
{% endfor %}
|
2022-01-04 20:42:55 +08:00
|
|
|
|
|
2022-01-24 23:32:08 +08:00
|
|
|
|
# 镜像列表
|
|
|
|
|
由于[Github已经不再可信](/2022/01/04/banned.html),所以现在提供以下镜像站:
|
2025-04-05 19:02:44 +08:00
|
|
|
|
{% for item in site.data.proxylist.mirrors %}- <{{ item }}> <img src="{{ item }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
|
2025-04-04 00:55:06 +08:00
|
|
|
|
{% endfor %}
|
2022-10-14 19:53:34 +08:00
|
|
|
|
|
2025-04-05 19:02:44 +08:00
|
|
|
|
# 服务架构
|
2025-04-05 18:51:14 +08:00
|
|
|
|
```mermaid
|
|
|
|
|
graph LR;
|
2025-04-05 20:49:05 +08:00
|
|
|
|
Users@{ shape: stadium, label: "Users" }
|
2025-04-05 18:51:14 +08:00
|
|
|
|
GH@{ shape: bow-rect, label: "GitHub" }
|
|
|
|
|
GL@{ shape: bow-rect, label: "GitLab" }
|
|
|
|
|
GE@{ shape: bow-rect, label: "Gitee" }
|
|
|
|
|
CFP@{ shape: docs, label: "CloudFlare Pages" }
|
|
|
|
|
GHP@{ shape: docs, label: "GitHub Pages" }
|
|
|
|
|
GLP@{ shape: docs, label: "GitLab Pages" }
|
|
|
|
|
FELH@{ shape: docs, label: "4EVERLAND Hosting" }
|
|
|
|
|
IPFS@{ shape: lin-cyl, label: "IPFS" }
|
|
|
|
|
GF@{ shape: lin-cyl, label: "Greenfield" }
|
|
|
|
|
Vercel@{ shape: docs, label: "Vercel" }
|
|
|
|
|
Netlify@{ shape: docs, label: "Netlify" }
|
|
|
|
|
SH@{ shape: docs, label: "statichost.eu" }
|
|
|
|
|
DA@{ shape: docs, label: "dAppling" }
|
2025-04-05 20:49:05 +08:00
|
|
|
|
CFW@{ label: "CloudFlare Workers" }
|
|
|
|
|
CFAI@{ shape: procs, label: "CloudFlare AI" }
|
|
|
|
|
CFD@{ shape: lin-cyl, label: "CloudFlare D1" }
|
2025-04-05 18:51:14 +08:00
|
|
|
|
Deno@{ shape: curv-trap, label: "Deno" }
|
|
|
|
|
Glitch@{ shape: curv-trap, label: "Glitch" }
|
|
|
|
|
Other@{ shape: curv-trap, label: "Other..." }
|
|
|
|
|
subgraph Repo
|
|
|
|
|
GH
|
|
|
|
|
GL
|
|
|
|
|
GE
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
subgraph Pages
|
|
|
|
|
GHP
|
|
|
|
|
GLP
|
|
|
|
|
CFP
|
|
|
|
|
SH
|
|
|
|
|
FELH
|
|
|
|
|
DA
|
|
|
|
|
Vercel
|
|
|
|
|
Netlify
|
2025-04-05 20:49:05 +08:00
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
subgraph API[API Service]
|
|
|
|
|
CFAI
|
|
|
|
|
CFD
|
|
|
|
|
CFW
|
2025-04-05 18:51:14 +08:00
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
subgraph Proxies
|
|
|
|
|
Deno
|
|
|
|
|
Glitch
|
|
|
|
|
Other
|
|
|
|
|
end
|
|
|
|
|
|
2025-04-05 22:57:04 +08:00
|
|
|
|
subgraph DS[Decentralized storage]
|
2025-04-05 18:51:14 +08:00
|
|
|
|
IPFS
|
|
|
|
|
GF
|
|
|
|
|
end
|
|
|
|
|
|
2025-04-07 16:21:34 +08:00
|
|
|
|
GH <-- Sync --> GL
|
2025-04-05 18:51:14 +08:00
|
|
|
|
GH -- Sync --> GE
|
2025-04-05 22:57:04 +08:00
|
|
|
|
GH -- Deploy --> GHP & SH & Netlify & FELH & DA
|
|
|
|
|
GL -- Deploy --> CFP & Vercel & GLP
|
2025-04-05 20:49:05 +08:00
|
|
|
|
CFW -- Reverse Proxy --> GHP
|
|
|
|
|
Deno -- Reverse Proxy --> GHP
|
|
|
|
|
Glitch -- Reverse Proxy --> GHP
|
|
|
|
|
Other -- Reverse Proxy --> GHP
|
|
|
|
|
CFD <--> CFW
|
|
|
|
|
CFAI <--> CFW
|
|
|
|
|
API -- API/Proxy Service <--> Users
|
|
|
|
|
Pages -- Serviced --> Users
|
|
|
|
|
Proxies -- Serviced --> Users
|
2025-04-05 18:51:14 +08:00
|
|
|
|
FELH --> IPFS & GF
|
|
|
|
|
DA --> IPFS
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
<script type="module">
|
|
|
|
|
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
|
|
|
|
|
mermaid.initialize({ startOnLoad: false });
|
|
|
|
|
await mermaid.run({
|
|
|
|
|
querySelector: '.language-mermaid',
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
|
2022-10-14 19:53:34 +08:00
|
|
|
|
# 其他平台博客(备用)
|
2025-04-05 19:02:44 +08:00
|
|
|
|
{% for item in site.data.proxylist.others %}- <{{ item }}>
|
2025-04-05 18:51:14 +08:00
|
|
|
|
{% endfor %}
|