summaryrefslogtreecommitdiff
path: root/proxylist.md
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2025-04-03 18:55:06 +0200
committermayx <mayx@outlook.com>2025-04-03 18:55:06 +0200
commitae668ef4121c9b404e5497a870f61c45a1ad7c0e (patch)
tree333ccca6f2ee5b43728dc887e4e9551e80f13c77 /proxylist.md
parent763f0768ea0e140765f3ba4cd5a899a9f448d1a3 (diff)
Update 6 files
- /README.md - /_data/links.csv - /_data/mirrors.csv - /_data/proxies.csv - /links.md - /proxylist.md
Diffstat (limited to 'proxylist.md')
-rw-r--r--proxylist.md19
1 files changed, 6 insertions, 13 deletions
diff --git a/proxylist.md b/proxylist.md
index 682e131..1a8dcf4 100644
--- a/proxylist.md
+++ b/proxylist.md
@@ -10,22 +10,15 @@ title: 代理列表
# 代理列表
考虑到中国对于Github Pages在很多地区都有一定程度的解析异常,所以我为我的博客做了很多反向代理。以下代理站均为官方授权:
(根据可能的可用性排序)
-- <https://blog.mayx.workers.dev/> <img src="https://blog.mayx.workers.dev/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
-- <https://mayx.deno.dev/> <img src="https://mayx.deno.dev/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
-- <https://mayx.glitch.me/> <img src="https://mayx.glitch.me/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
-- <https://yuki.gear.host/> <img src="https://yuki.gear.host/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
-- <https://mayx.serv00.net/> <img src="https://mayx.serv00.net/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
+{% for item in site.data.proxies %}
+- <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
+{% endfor %}
# 镜像列表
由于[Github已经不再可信](/2022/01/04/banned.html),所以现在提供以下镜像站:
-- <https://mayx.gitlab.io/> <img src="https://mayx.gitlab.io/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
-- <https://mayx.pages.dev/> <img src="https://mayx.pages.dev/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
-- <https://mayx.eu.org/> <img src="https://mayx.eu.org/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
-- <https://mayx.vercel.app/> <img src="https://mayx.vercel.app/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
-- <https://mayx.netlify.app/> <img src="https://mayx.netlify.app/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
-- <https://mayx.4everland.app/> <img src="https://mayx.4everland.app/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
-- <https://mayx.dappling.network/> <img src="https://mayx.dappling.network/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
-- <https://mayx-blog.statichost.eu/> <img src="https://mayx-blog.statichost.eu/images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
+{% for item in site.data.mirrors %}
+- <{{ item.url }}> <img src="{{ item.url }}images/online.svg" style="width:22px;vertical-align: bottom" onerror="this.src = '/images/offline.svg'"/>
+{% endfor %}
# 其他平台博客(备用)
- <https://unmayx.blogspot.com/>