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.

108 lines
3.1 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. EOP@{ shape: docs, label: "EdgeOne Pages" }
  33. CFW@{ label: "CloudFlare Workers" }
  34. CFAI@{ shape: procs, label: "CloudFlare AI" }
  35. CFD@{ shape: lin-cyl, label: "CloudFlare D1" }
  36. Deno@{ shape: curv-trap, label: "Deno" }
  37. Glitch@{ shape: curv-trap, label: "Glitch" }
  38. Other@{ shape: curv-trap, label: "Other..." }
  39. subgraph Repo
  40. GH
  41. GL
  42. GE
  43. end
  44. subgraph Pages
  45. GHP
  46. GLP
  47. CFP
  48. SH
  49. FELH
  50. DA
  51. Vercel
  52. Netlify
  53. EOP
  54. end
  55. subgraph API[API Service]
  56. CFAI
  57. CFD
  58. CFW
  59. end
  60. subgraph Proxies
  61. Deno
  62. Glitch
  63. Other
  64. end
  65. subgraph DS
  66. IPFS
  67. GF
  68. end
  69. GH <--Sync--> GL
  70. GH -- Sync --> GE
  71. GH -- Deploy --> GHP & SH & FELH & DA & Netlify
  72. GL --> CFP & Vercel & GLP
  73. CFW -- Reverse Proxy --> GHP
  74. Deno -- Reverse Proxy --> GHP
  75. Glitch -- Reverse Proxy --> GHP
  76. Other -- Reverse Proxy --> GHP
  77. CFD <--> CFW
  78. CFAI <--> CFW
  79. GE -- Deploy --> EOP
  80. API -- API/Proxy Service <--> Users
  81. Pages -- Serviced --> Users
  82. Proxies -- Serviced --> Users
  83. FELH --> IPFS & GF
  84. DA --> IPFS
  85. ```
  86. <script type="module">
  87. import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
  88. mermaid.initialize({ startOnLoad: false });
  89. await mermaid.run({
  90. querySelector: '.language-mermaid',
  91. });
  92. </script>
  93. # 其他平台博客(备用)
  94. {% for item in site.data.proxylist.others %}- <{{ item }}>
  95. {% endfor %}

Powered by TurnKey Linux.