mirror of https://gitlab.com/mayx/mayx.gitlab.io
1.3 KiB
1.3 KiB
layout | title |
---|---|
default | 代理列表 |
代理列表
考虑到中国对于Github Pages在很多地区都有一定程度的解析异常,所以我为我的博客做了很多反向代理。以下代理站均为官方授权:
(根据可能的可用性排序)
{%- for item in site.data.proxies -%}
- <{{ item.url }}>
{% endfor %}
镜像列表
由于Github已经不再可信,所以现在提供以下镜像站:
{%- for item in site.data.mirrors -%}
- <{{ item.url }}>
{% endfor %}