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.

97 lines
2.7 KiB

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

Powered by TurnKey Linux.