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.

31 lines
1.3 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.proxies -%}
  10. - <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
  11. {% endfor %}
  12. # 镜像列表
  13. 由于[Github已经不再可信](/2022/01/04/banned.html),所以现在提供以下镜像站:
  14. {%- for item in site.data.mirrors -%}
  15. - <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
  16. {% endfor %}
  17. # 其他平台博客(备用)
  18. - <https://unmayx.blogspot.com/>
  19. - <https://unmayx.blog.fc2blog.us/>
  20. - <https://unmayx.wordpress.com/>
  21. - <https://mayx.code.blog/>
  22. - <https://mayx.home.blog/>
  23. - <https://unmayx.medium.com/>
  24. - <https://mayx.cnblogs.com/>
  25. - <https://mayx.xlog.app/>

Powered by TurnKey Linux.