cloudflare
tcp/443
Open service 172.67.172.155:443 · github.yingz.workers.dev
2026-01-10 00:42
HTTP/1.1 200 OK
Date: Sat, 10 Jan 2026 00:43:01 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9bb82348e80cd391-FRA
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 530
Cache-Control: max-age=600
Expires: Wed, 24 Dec 2025 03:20:27 GMT
Last-Modified: Mon, 20 Jun 2022 05:19:55 GMT
Server: cloudflare
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 1
x-fastly-request-id: 7784953cfc1172e6ac1f4ea73f4e4790671ba9d6
x-github-request-id: 7A67:3D391:1A5FF59:1AC1E4A:694B59A3
x-origin-cache: HIT
x-proxy-cache: MISS
x-served-by: cache-fra-eddf8230109-FRA
x-timer: S1768005782.925134,VS0,VE2
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=6TTBOuygvDO%2BlyoWpH9tZVxjYuNEcDCWOrnSxpAxNaOo7obhoS%2F8lazC9AQYj4XMaMKZ1qgRGen36SThIEdzGpAlGCc1Wt3xkcE3AUGqfMAhKnnQZxZSXw%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
alt-svc: h3=":443"; ma=86400
Page title: GitHub 文件加速
<!DOCTYPE html>
<html lang="zh-Hans">
<style>
html, body {
width: 100%;
margin: 0;
}
html {
height: 100%;
}
body {
min-height: 100%;
padding: 20px;
box-sizing: border-box;
}
p {
word-break: break-all;
}
@media (max-width: 500px) {
h1 {
margin-top: 80px;
}
}
.flex {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.block {
display: block;
position: relative;
}
.url {
font-size: 18px;
padding: 10px 10px 10px 5px;
position: relative;
width: 300px;
border: none;
border-bottom: 1px solid #bfbfbf;
}
input:focus {
outline: none;
}
.bar {
content: '';
height: 2px;
width: 100%;
bottom: 0;
position: absolute;
background: #00bfb3;
transition: 0.2s ease transform;
-moz-transition: 0.2s ease transform;
-webkit-transition: 0.2s ease transform;
transform: scaleX(0);
}
.url:focus ~ .bar {
transform: scaleX(1);
}
.btn {
line-height: 38px;
background-color: #00bfb3;
color: #fff;
white-space: nowrap;
text-align: center;
font-size: 14px;
border: none;
border-radius: 2px;
cursor: pointer;
padding: 5px;
width: 160px;
margin: 30px 0;
}
.tips, .example {
color: #7b7b7b;
position: relative;
align-self: flex-start;
margin-left: 7.5em;
}
.tips > p:first-child::before {
position: absolute;
left: -3em;
content: 'PS:';
color: #7b7b7b
}
.example > p:first-child::before {
position: absolute;
left: -7.5em;
content: '合法输入示例:';
color: #7b7b7b
}
</style>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<script>
function toSubmit(e) {
e.preventDefault()
window.open(location.href.substr(0, location.href.lastIndexOf('/') + 1) + document.getElementsByName('q')[0].value);
return false
}
</script>
<title>GitHub 文件加速</title>
</head>
<body class="flex">
<a style="position: absolute;top: 0;right: 0;" href="https://github.com/hunshcn/gh-proxy"><img width="149" height="149" referrerPolicy="no-referrer"
src="https://inews.gtimg.com/newsapp_ls/0/12025455907/0"
alt="Fork me on GitHub"
data-recalc-dims="1"></a>
<h1 style="margin-bottom: 50px">GitHub 文件加速</h1>
<form action="./" method="get" style="padding-bottom: 40px" target="_blank" class="flex" onsubmit="toSubmit(event)">
<label class="block" style="width: fit-content">
<input class="block url" name="q" type="text" placeholder="键入Github文件链接"
pattern="^((https|http):\/\/)?(github\.com\/.+?\/.+?\/(?:releases|archive|blob|raw|suites)|((?:raw|gist)\.(?:githubusercontent|github)\.com))\/.+$" required>
<div class="bar"></div>
</label>
<input class="block btn" type="submit" value="下载">
<div class="tips"><p>GitHub文件链接带不带协议头都可以,支持release、archive以及文件,右键复制出来的链接都是符合标准的,更多用法、clone加速请参考<a href="https://hunsh.net/archives/23/">这篇文章</a>。</p>
<p>release、archive使用cf加速,文件会跳转至JsDelivr</p>
<p>注意,不支持项目文件夹</p></div>
<div class="example">
<p>分支源码:https://github.com/hunshcn/pro