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.

94 lines
2.6 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. GH@{ shape: bow-rect, label: "GitHub" }
  19. GL@{ shape: bow-rect, label: "GitLab" }
  20. GE@{ shape: bow-rect, label: "Gitee" }
  21. CFP@{ shape: docs, label: "CloudFlare Pages" }
  22. GHP@{ shape: docs, label: "GitHub Pages" }
  23. GLP@{ shape: docs, label: "GitLab Pages" }
  24. FELH@{ shape: docs, label: "4EVERLAND Hosting" }
  25. IPFS@{ shape: lin-cyl, label: "IPFS" }
  26. GF@{ shape: lin-cyl, label: "Greenfield" }
  27. Vercel@{ shape: docs, label: "Vercel" }
  28. Netlify@{ shape: docs, label: "Netlify" }
  29. SH@{ shape: docs, label: "statichost.eu" }
  30. DA@{ shape: docs, label: "dAppling" }
  31. CFW@{ shape: curv-trap, label: "CloudFlare Workers" }
  32. Deno@{ shape: curv-trap, label: "Deno" }
  33. Glitch@{ shape: curv-trap, label: "Glitch" }
  34. Other@{ shape: curv-trap, label: "Other..." }
  35. subgraph Repo
  36. GH
  37. GL
  38. GE
  39. end
  40. subgraph Pages
  41. GHP
  42. GLP
  43. CFP
  44. SH
  45. FELH
  46. DA
  47. Vercel
  48. Netlify
  49. end
  50. subgraph Proxies
  51. CFW
  52. Deno
  53. Glitch
  54. Other
  55. end
  56. subgraph DS
  57. IPFS
  58. GF
  59. end
  60. GH <--Sync--> GL
  61. GH -- Sync --> GE
  62. GH --> GHP & SH & FELH & DA & Netlify
  63. GL --> CFP & Vercel & GLP
  64. CFW --> GHP
  65. Deno --> GHP
  66. Glitch --> GHP
  67. Other --> GHP
  68. FELH --> IPFS & GF
  69. DA --> IPFS
  70. ```
  71. <script type="module">
  72. import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
  73. mermaid.initialize({ startOnLoad: false });
  74. await mermaid.run({
  75. querySelector: '.language-mermaid',
  76. });
  77. </script>
  78. # 其他平台博客(备用)
  79. {% for item in site.data.proxylist.others %}- <{{ item }}>
  80. {% endfor %}

Powered by TurnKey Linux.