Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
3.0 KiB

5 months ago
5 months ago
5 months ago
5 months ago
  1. ---
  2. layout: default
  3. title: 代理列表
  4. ---
  5. 源站:<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'"/>
  6. # 代理列表
  7. 考虑到中国对于Github Pages在很多地区都有一定程度的解析异常,所以我为我的博客做了很多反向代理。以下代理站均为官方授权:
  8. (根据可能的可用性排序)
  9. {% 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'"/>
  10. {% endfor %}
  11. # 镜像列表
  12. 由于[Github已经不再可信](/2022/01/04/banned.html),所以现在提供以下镜像站:
  13. {% 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'"/>
  14. {% endfor %}
  15. # 服务架构
  16. ```mermaid
  17. graph LR;
  18. Users@{ shape: stadium, label: "Users" }
  19. GH@{ shape: bow-rect, label: "GitHub" }
  20. GL@{ shape: bow-rect, label: "GitLab" }
  21. GE@{ shape: bow-rect, label: "Gitee" }
  22. CFP@{ shape: docs, label: "CloudFlare Pages" }
  23. GHP@{ shape: docs, label: "GitHub Pages" }
  24. GLP@{ shape: docs, label: "GitLab Pages" }
  25. FELH@{ shape: docs, label: "4EVERLAND Hosting" }
  26. IPFS@{ shape: lin-cyl, label: "IPFS" }
  27. GF@{ shape: lin-cyl, label: "Greenfield" }
  28. Vercel@{ shape: docs, label: "Vercel" }
  29. Netlify@{ shape: docs, label: "Netlify" }
  30. SH@{ shape: docs, label: "statichost.eu" }
  31. DA@{ shape: docs, label: "dAppling" }
  32. CFW@{ label: "CloudFlare Workers" }
  33. CFAI@{ shape: procs, label: "CloudFlare AI" }
  34. CFD@{ shape: lin-cyl, label: "CloudFlare D1" }
  35. Deno@{ shape: curv-trap, label: "Deno" }
  36. Glitch@{ shape: curv-trap, label: "Glitch" }
  37. Other@{ shape: curv-trap, label: "Other..." }
  38. subgraph Repo
  39. GH
  40. GL
  41. GE
  42. end
  43. subgraph Pages
  44. GHP
  45. GLP
  46. CFP
  47. SH
  48. FELH
  49. DA
  50. Vercel
  51. Netlify
  52. end
  53. subgraph API[API Service]
  54. CFAI
  55. CFD
  56. CFW
  57. end
  58. subgraph Proxies
  59. Deno
  60. Glitch
  61. Other
  62. end
  63. subgraph DS[Decentralized storage]
  64. IPFS
  65. GF
  66. end
  67. GH <--Sync--> GL
  68. GH -- Sync --> GE
  69. GH -- Deploy --> GHP & SH & Netlify & FELH & DA
  70. GL -- Deploy --> CFP & Vercel & GLP
  71. CFW -- Reverse Proxy --> GHP
  72. Deno -- Reverse Proxy --> GHP
  73. Glitch -- Reverse Proxy --> GHP
  74. Other -- Reverse Proxy --> GHP
  75. CFD <--> CFW
  76. CFAI <--> CFW
  77. API -- API/Proxy Service <--> Users
  78. Pages -- Serviced --> Users
  79. Proxies -- Serviced --> Users
  80. FELH --> IPFS & GF
  81. DA --> IPFS
  82. ```
  83. <script type="module">
  84. import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
  85. mermaid.initialize({ startOnLoad: false });
  86. await mermaid.run({
  87. querySelector: '.language-mermaid',
  88. });
  89. </script>
  90. # 其他平台博客(备用)
  91. {% for item in site.data.proxylist.others %}- <{{ item }}>
  92. {% endfor %}

Powered by TurnKey Linux.