cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:3035::ac43:b478:8443 · github.xiaosoar.dpdns.org
2026-01-23 14:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 14:41:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9c280cc99bdabe82-EWR
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 1
Cache-Control: max-age=600
Expires: Fri, 23 Jan 2026 13:32:20 GMT
Last-Modified: Wed, 12 Nov 2025 15:23:06 GMT
Server: cloudflare
Strict-Transport-Security: max-age=31556952
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 3
x-fastly-request-id: efb056e2098f10ddac6dbd1db17aec2a12cd2b7c
x-github-request-id: A647:28630:C656F0:E04D3A:6973760B
x-proxy-cache: MISS
x-served-by: cache-lga21940-LGA
x-timer: S1769179266.550826,VS0,VE0
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=dMg25bE3HR5FpMAQk%2FcnGkXK3FqEmMa9kf6%2BJgk5mqCBKEi8T1byMnDfdYvYiLOKPr6zGSUHY5aGOeBAOgj6X3%2FMVvsy9WEWiHQSh85CurVX0YW3tU5ubEPGWMABaa9jRjVwtFI%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
alt-svc: h3=":8443"; ma=86400
Page title: GitHub 文件加速
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>GitHub 文件加速</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-color: #1a1e21;
--primary-hover: #0d1117;
--text-color: #f0f6fc;
--bg-gradient: linear-gradient(135deg, #1a1e21 0%, #0d1117 100%);
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
min-height: 100vh;
background: var(--bg-gradient);
color: var(--text-color);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
。container {
width: 100%;
max-width: 800px;
padding: 40px 20px;
text-align: center;
}
.logo {
margin-bottom: 2rem;
transform: scale(1);
transition: transform 0.3s ease;
}
.logo:hover {
transform: scale(1.1);
}
.title {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
background: linear-gradient(45deg, #cdd5dd, #e2e8f0); /* 修改为更亮的颜色 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tips a {
color: #9ba1a6;
text-decoration: none;
border-bottom: 1px dashed #9ba1a6;
transition: all 0.2s ease;
}
.tips a:hover {
color: #fff;
border-bottom-color: #fff;
}
.search-container {
position: relative;
max-width: 600px;
margin: 2rem auto;
}
.search-input {
width: 100%;
height: 56px;
padding: 0 60px 0 24px;
font-size: 1rem;
color: #1f2937;
background: rgba(255, 255, 255, 0.9);
border: 2px solid transparent;
border-radius: 12px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.search-input:focus {
border-color: var(--primary-color);
background: white;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}
.search-button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 8px;
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.2s ease;
}
.search-button:hover {
background: var(--primary-hover);
transform: translateY(-50%) scale(1.05);
}
.tips {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
text-align: left; /* 添加左对齐 */
padding-left: 1.8rem; /* 与示例标题对齐 */
}
// 更新CSS样式部分
.example-title {
color: #9ba1a6;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 700;
position: relative;
padding-bottom: 0.8rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.example p {
margin: 0.8rem 0;
font-family: monospace;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
padding-left: 1.5rem;
/* 修改行高增加可读性 */
line-height: 1.4;
/* 新增:处理长文本 */
word-break: break-all;
}
.example {
margin-top: 2rem;
padding: 1.8rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
/* 新增:防止内容溢出 */
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (max-width: 640px) {
.container {
padding: 20px;
}
.title {
font-size: 2rem;
}
.search-input {
height: 50px;
font-size: 0.9rem;
}
.search-button {
width: 38px;
height: 38px;
}
.example {
padding: 1rem;
font-size: 0.8rem;
/* 移动端减少左右内边距 */
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>
Open service 172.67.180.120:443 · github.xiaosoar.dpdns.org
2026-01-23 14:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 14:41:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9c280cc90c2ae222-EWR
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 1
Cache-Control: max-age=600
Expires: Fri, 23 Jan 2026 13:32:20 GMT
Last-Modified: Wed, 12 Nov 2025 15:23:06 GMT
Server: cloudflare
Strict-Transport-Security: max-age=31556952
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 1
x-fastly-request-id: 11913ab47641da2903881ef64d345cf2df498650
x-github-request-id: A647:28630:C656F0:E04D3A:6973760B
x-proxy-cache: MISS
x-served-by: cache-lga21976-LGA
x-timer: S1769179266.501447,VS0,VE1
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XP8OK4ogk%2BGqqYwuL6Q4M5%2B8EDbzUpPK2vtz6oZ7mt%2BS0Zg%2BuxCJAs2JOCOF6WaVzVMRNtuwUCls1WIygAe%2FLbDf%2BlDZPZwiPURF3DzqTPVqI%2FozFU4SsFc%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-CN">
<head>
<title>GitHub 文件加速</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-color: #1a1e21;
--primary-hover: #0d1117;
--text-color: #f0f6fc;
--bg-gradient: linear-gradient(135deg, #1a1e21 0%, #0d1117 100%);
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
min-height: 100vh;
background: var(--bg-gradient);
color: var(--text-color);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
。container {
width: 100%;
max-width: 800px;
padding: 40px 20px;
text-align: center;
}
.logo {
margin-bottom: 2rem;
transform: scale(1);
transition: transform 0.3s ease;
}
.logo:hover {
transform: scale(1.1);
}
.title {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
background: linear-gradient(45deg, #cdd5dd, #e2e8f0); /* 修改为更亮的颜色 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tips a {
color: #9ba1a6;
text-decoration: none;
border-bottom: 1px dashed #9ba1a6;
transition: all 0.2s ease;
}
.tips a:hover {
color: #fff;
border-bottom-color: #fff;
}
.search-container {
position: relative;
max-width: 600px;
margin: 2rem auto;
}
.search-input {
width: 100%;
height: 56px;
padding: 0 60px 0 24px;
font-size: 1rem;
color: #1f2937;
background: rgba(255, 255, 255, 0.9);
border: 2px solid transparent;
border-radius: 12px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.search-input:focus {
border-color: var(--primary-color);
background: white;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}
.search-button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 8px;
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.2s ease;
}
.search-button:hover {
background: var(--primary-hover);
transform: translateY(-50%) scale(1.05);
}
.tips {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
text-align: left; /* 添加左对齐 */
padding-left: 1.8rem; /* 与示例标题对齐 */
}
// 更新CSS样式部分
.example-title {
color: #9ba1a6;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 700;
position: relative;
padding-bottom: 0.8rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.example p {
margin: 0.8rem 0;
font-family: monospace;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
padding-left: 1.5rem;
/* 修改行高增加可读性 */
line-height: 1.4;
/* 新增:处理长文本 */
word-break: break-all;
}
.example {
margin-top: 2rem;
padding: 1.8rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
/* 新增:防止内容溢出 */
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (max-width: 640px) {
.container {
padding: 20px;
}
.title {
font-size: 2rem;
}
.search-input {
height: 50px;
font-size: 0.9rem;
}
.search-button {
width: 38px;
height: 38px;
}
.example {
padding: 1rem;
font-size: 0.8rem;
/* 移动端减少左右内边距 */
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>
Open service 2606:4700:3035::ac43:b478:80 · github.xiaosoar.dpdns.org
2026-01-23 14:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 14:41:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9c280cca2ebbd291-FRA
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 1
Cache-Control: max-age=600
Expires: Fri, 23 Jan 2026 10:14:18 GMT
Last-Modified: Wed, 12 Nov 2025 15:23:06 GMT
Server: cloudflare
Strict-Transport-Security: max-age=31556952
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 1
x-fastly-request-id: be429d2e48230794e9397685d891c31b9fd77ee8
x-github-request-id: BAB3:3DF13E:DD59F4:E0D3BD:697347A2
x-proxy-cache: MISS
x-served-by: cache-fra-eddf8230033-FRA
x-timer: S1769179266.678216,VS0,VE3
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=56KzPb7EClUXwbKgiKQxo4nJxofNa2EpYOcrQ9%2B4048S3VqojVqyEkjpIU32MMmMabwxm2TqxoSt3Fr0LHPPQzgPOlN4dn%2Bwjb4oGIa1bIUqvsIOmj16k2bunlwQvKLOf46nup8%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-CN">
<head>
<title>GitHub 文件加速</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-color: #1a1e21;
--primary-hover: #0d1117;
--text-color: #f0f6fc;
--bg-gradient: linear-gradient(135deg, #1a1e21 0%, #0d1117 100%);
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
min-height: 100vh;
background: var(--bg-gradient);
color: var(--text-color);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
。container {
width: 100%;
max-width: 800px;
padding: 40px 20px;
text-align: center;
}
.logo {
margin-bottom: 2rem;
transform: scale(1);
transition: transform 0.3s ease;
}
.logo:hover {
transform: scale(1.1);
}
.title {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
background: linear-gradient(45deg, #cdd5dd, #e2e8f0); /* 修改为更亮的颜色 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tips a {
color: #9ba1a6;
text-decoration: none;
border-bottom: 1px dashed #9ba1a6;
transition: all 0.2s ease;
}
.tips a:hover {
color: #fff;
border-bottom-color: #fff;
}
.search-container {
position: relative;
max-width: 600px;
margin: 2rem auto;
}
.search-input {
width: 100%;
height: 56px;
padding: 0 60px 0 24px;
font-size: 1rem;
color: #1f2937;
background: rgba(255, 255, 255, 0.9);
border: 2px solid transparent;
border-radius: 12px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.search-input:focus {
border-color: var(--primary-color);
background: white;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}
.search-button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 8px;
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.2s ease;
}
.search-button:hover {
background: var(--primary-hover);
transform: translateY(-50%) scale(1.05);
}
.tips {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
text-align: left; /* 添加左对齐 */
padding-left: 1.8rem; /* 与示例标题对齐 */
}
// 更新CSS样式部分
.example-title {
color: #9ba1a6;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 700;
position: relative;
padding-bottom: 0.8rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.example p {
margin: 0.8rem 0;
font-family: monospace;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
padding-left: 1.5rem;
/* 修改行高增加可读性 */
line-height: 1.4;
/* 新增:处理长文本 */
word-break: break-all;
}
.example {
margin-top: 2rem;
padding: 1.8rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
/* 新增:防止内容溢出 */
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (max-width: 640px) {
.container {
padding: 20px;
}
.title {
font-size: 2rem;
}
.search-input {
height: 50px;
font-size: 0.9rem;
}
.search-button {
width: 38px;
height: 38px;
}
.example {
padding: 1rem;
font-size: 0.8rem;
/* 移动端减少左右内边距 */
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>
Open service 104.21.91.215:443 · github.xiaosoar.dpdns.org
2026-01-23 14:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 14:41:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9c280cc91c0c81e7-EWR
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 1
Cache-Control: max-age=600
Expires: Fri, 23 Jan 2026 13:32:20 GMT
Last-Modified: Wed, 12 Nov 2025 15:23:06 GMT
Server: cloudflare
Strict-Transport-Security: max-age=31556952
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 1
x-fastly-request-id: 15be22c5769ee9aad41f70e922d4c810eee3bc26
x-github-request-id: A647:28630:C656F0:E04D3A:6973760B
x-proxy-cache: MISS
x-served-by: cache-lga21954-LGA
x-timer: S1769179266.581266,VS0,VE2
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gjz%2BEvhbC6578hn8auJ8fAfHLDwe8TTjdc1xuZ4ovs6aRMhAg1Rg3rU%2F8LlCLUv4%2BAQIZuY0mBxJ5ic%2BFf1DHPDor7oYV3LPxDAyP8qHanCIXnXy4%2FXhEQM%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-CN">
<head>
<title>GitHub 文件加速</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-color: #1a1e21;
--primary-hover: #0d1117;
--text-color: #f0f6fc;
--bg-gradient: linear-gradient(135deg, #1a1e21 0%, #0d1117 100%);
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
min-height: 100vh;
background: var(--bg-gradient);
color: var(--text-color);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
。container {
width: 100%;
max-width: 800px;
padding: 40px 20px;
text-align: center;
}
.logo {
margin-bottom: 2rem;
transform: scale(1);
transition: transform 0.3s ease;
}
.logo:hover {
transform: scale(1.1);
}
.title {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
background: linear-gradient(45deg, #cdd5dd, #e2e8f0); /* 修改为更亮的颜色 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tips a {
color: #9ba1a6;
text-decoration: none;
border-bottom: 1px dashed #9ba1a6;
transition: all 0.2s ease;
}
.tips a:hover {
color: #fff;
border-bottom-color: #fff;
}
.search-container {
position: relative;
max-width: 600px;
margin: 2rem auto;
}
.search-input {
width: 100%;
height: 56px;
padding: 0 60px 0 24px;
font-size: 1rem;
color: #1f2937;
background: rgba(255, 255, 255, 0.9);
border: 2px solid transparent;
border-radius: 12px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.search-input:focus {
border-color: var(--primary-color);
background: white;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}
.search-button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 8px;
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.2s ease;
}
.search-button:hover {
background: var(--primary-hover);
transform: translateY(-50%) scale(1.05);
}
.tips {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
text-align: left; /* 添加左对齐 */
padding-left: 1.8rem; /* 与示例标题对齐 */
}
// 更新CSS样式部分
.example-title {
color: #9ba1a6;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 700;
position: relative;
padding-bottom: 0.8rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.example p {
margin: 0.8rem 0;
font-family: monospace;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
padding-left: 1.5rem;
/* 修改行高增加可读性 */
line-height: 1.4;
/* 新增:处理长文本 */
word-break: break-all;
}
.example {
margin-top: 2rem;
padding: 1.8rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
/* 新增:防止内容溢出 */
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (max-width: 640px) {
.container {
padding: 20px;
}
.title {
font-size: 2rem;
}
.search-input {
height: 50px;
font-size: 0.9rem;
}
.search-button {
width: 38px;
height: 38px;
}
.example {
padding: 1rem;
font-size: 0.8rem;
/* 移动端减少左右内边距 */
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>
Open service 2606:4700:3035::6815:5bd7:80 · github.xiaosoar.dpdns.org
2026-01-23 14:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 14:41:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9c280cca1ee04e6c-FRA
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 1
Cache-Control: max-age=600
Expires: Fri, 23 Jan 2026 10:14:18 GMT
Last-Modified: Wed, 12 Nov 2025 15:23:06 GMT
Server: cloudflare
Strict-Transport-Security: max-age=31556952
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 1
x-fastly-request-id: 23afefd05da9ed310dd506ba18b913129843f8a8
x-github-request-id: BAB3:3DF13E:DD59F4:E0D3BD:697347A2
x-proxy-cache: MISS
x-served-by: cache-fra-eddf8230031-FRA
x-timer: S1769179266.640057,VS0,VE3
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=sXHxaABRCV6SxG1aKcyaIo%2FM21y1s6h3ujDdavImnIbFNHy0UVTV%2FVdlx7VD%2Bt%2FGZb4YXcnkjpqsNBv2nQ8YizN95IUwQ%2BaB1Dw0Gy5aKQ%2FruPcstx9TY7URbemY0cEk9iOhOtg%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-CN">
<head>
<title>GitHub 文件加速</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-color: #1a1e21;
--primary-hover: #0d1117;
--text-color: #f0f6fc;
--bg-gradient: linear-gradient(135deg, #1a1e21 0%, #0d1117 100%);
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
min-height: 100vh;
background: var(--bg-gradient);
color: var(--text-color);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
。container {
width: 100%;
max-width: 800px;
padding: 40px 20px;
text-align: center;
}
.logo {
margin-bottom: 2rem;
transform: scale(1);
transition: transform 0.3s ease;
}
.logo:hover {
transform: scale(1.1);
}
.title {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
background: linear-gradient(45deg, #cdd5dd, #e2e8f0); /* 修改为更亮的颜色 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tips a {
color: #9ba1a6;
text-decoration: none;
border-bottom: 1px dashed #9ba1a6;
transition: all 0.2s ease;
}
.tips a:hover {
color: #fff;
border-bottom-color: #fff;
}
.search-container {
position: relative;
max-width: 600px;
margin: 2rem auto;
}
.search-input {
width: 100%;
height: 56px;
padding: 0 60px 0 24px;
font-size: 1rem;
color: #1f2937;
background: rgba(255, 255, 255, 0.9);
border: 2px solid transparent;
border-radius: 12px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.search-input:focus {
border-color: var(--primary-color);
background: white;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}
.search-button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 8px;
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.2s ease;
}
.search-button:hover {
background: var(--primary-hover);
transform: translateY(-50%) scale(1.05);
}
.tips {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
text-align: left; /* 添加左对齐 */
padding-left: 1.8rem; /* 与示例标题对齐 */
}
// 更新CSS样式部分
.example-title {
color: #9ba1a6;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 700;
position: relative;
padding-bottom: 0.8rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.example p {
margin: 0.8rem 0;
font-family: monospace;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
padding-left: 1.5rem;
/* 修改行高增加可读性 */
line-height: 1.4;
/* 新增:处理长文本 */
word-break: break-all;
}
.example {
margin-top: 2rem;
padding: 1.8rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
/* 新增:防止内容溢出 */
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (max-width: 640px) {
.container {
padding: 20px;
}
.title {
font-size: 2rem;
}
.search-input {
height: 50px;
font-size: 0.9rem;
}
.search-button {
width: 38px;
height: 38px;
}
.example {
padding: 1rem;
font-size: 0.8rem;
/* 移动端减少左右内边距 */
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>
Open service 172.67.180.120:80 · github.xiaosoar.dpdns.org
2026-01-23 14:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 14:41:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9c280cca8b618f39-FRA
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 1
Cache-Control: max-age=600
Expires: Fri, 23 Jan 2026 10:14:18 GMT
Last-Modified: Wed, 12 Nov 2025 15:23:06 GMT
Server: cloudflare
Strict-Transport-Security: max-age=31556952
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 1
x-fastly-request-id: 1dd1f65db94bd9b3a3a380fc97d44535a88a1e71
x-github-request-id: BAB3:3DF13E:DD59F4:E0D3BD:697347A2
x-proxy-cache: MISS
x-served-by: cache-fra-eddf8230099-FRA
x-timer: S1769179266.797023,VS0,VE3
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=c8Yy5MGtM%2Fglqv6bkHqOjlI%2BMjTUeUwVqML1g7%2BOwOQmySjH5rBPABqiv42cmYYFiyIiRrCb8xaxbbmvi1VRt7O%2BcSpmmBrvUFJ8g9L9srPj3XKPEWwhheM%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-CN">
<head>
<title>GitHub 文件加速</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-color: #1a1e21;
--primary-hover: #0d1117;
--text-color: #f0f6fc;
--bg-gradient: linear-gradient(135deg, #1a1e21 0%, #0d1117 100%);
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
min-height: 100vh;
background: var(--bg-gradient);
color: var(--text-color);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
。container {
width: 100%;
max-width: 800px;
padding: 40px 20px;
text-align: center;
}
.logo {
margin-bottom: 2rem;
transform: scale(1);
transition: transform 0.3s ease;
}
.logo:hover {
transform: scale(1.1);
}
.title {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
background: linear-gradient(45deg, #cdd5dd, #e2e8f0); /* 修改为更亮的颜色 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tips a {
color: #9ba1a6;
text-decoration: none;
border-bottom: 1px dashed #9ba1a6;
transition: all 0.2s ease;
}
.tips a:hover {
color: #fff;
border-bottom-color: #fff;
}
.search-container {
position: relative;
max-width: 600px;
margin: 2rem auto;
}
.search-input {
width: 100%;
height: 56px;
padding: 0 60px 0 24px;
font-size: 1rem;
color: #1f2937;
background: rgba(255, 255, 255, 0.9);
border: 2px solid transparent;
border-radius: 12px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.search-input:focus {
border-color: var(--primary-color);
background: white;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}
.search-button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 8px;
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.2s ease;
}
.search-button:hover {
background: var(--primary-hover);
transform: translateY(-50%) scale(1.05);
}
.tips {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
text-align: left; /* 添加左对齐 */
padding-left: 1.8rem; /* 与示例标题对齐 */
}
// 更新CSS样式部分
.example-title {
color: #9ba1a6;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 700;
position: relative;
padding-bottom: 0.8rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.example p {
margin: 0.8rem 0;
font-family: monospace;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
padding-left: 1.5rem;
/* 修改行高增加可读性 */
line-height: 1.4;
/* 新增:处理长文本 */
word-break: break-all;
}
.example {
margin-top: 2rem;
padding: 1.8rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
/* 新增:防止内容溢出 */
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (max-width: 640px) {
.container {
padding: 20px;
}
.title {
font-size: 2rem;
}
.search-input {
height: 50px;
font-size: 0.9rem;
}
.search-button {
width: 38px;
height: 38px;
}
.example {
padding: 1rem;
font-size: 0.8rem;
/* 移动端减少左右内边距 */
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>
Open service 2606:4700:3035::6815:5bd7:8443 · github.xiaosoar.dpdns.org
2026-01-23 14:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 14:41:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9c280cc9c88d7863-LHR
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 1
Cache-Control: max-age=600
Expires: Fri, 23 Jan 2026 14:51:04 GMT
Last-Modified: Wed, 12 Nov 2025 15:23:06 GMT
Server: cloudflare
Strict-Transport-Security: max-age=31556952
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 1
x-fastly-request-id: 86f208ad56eaf4a0a8c94e59fbcb3be4a59f6d0a
x-github-request-id: CFE2:231FC0:5B5D3E:5DC10D:6973887F
x-proxy-cache: MISS
x-served-by: cache-lcy-eglc8600021-LCY
x-timer: S1769179266.641283,VS0,VE1
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=oOHcwDlliNdvcVVvSfOEZm9mwtNIeYTbBSEbpWFTv0M9WmFPsy9ApN%2FbyoKUciG4KUqtuuMCslBRcjlxFB7ObqGSP5eoiUJym2iMbc3Do%2FLepKHnwFbeRXtHc1Q2bU7uRsO%2FbaQ%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
alt-svc: h3=":8443"; ma=86400
Page title: GitHub 文件加速
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>GitHub 文件加速</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-color: #1a1e21;
--primary-hover: #0d1117;
--text-color: #f0f6fc;
--bg-gradient: linear-gradient(135deg, #1a1e21 0%, #0d1117 100%);
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
min-height: 100vh;
background: var(--bg-gradient);
color: var(--text-color);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
。container {
width: 100%;
max-width: 800px;
padding: 40px 20px;
text-align: center;
}
.logo {
margin-bottom: 2rem;
transform: scale(1);
transition: transform 0.3s ease;
}
.logo:hover {
transform: scale(1.1);
}
.title {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
background: linear-gradient(45deg, #cdd5dd, #e2e8f0); /* 修改为更亮的颜色 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tips a {
color: #9ba1a6;
text-decoration: none;
border-bottom: 1px dashed #9ba1a6;
transition: all 0.2s ease;
}
.tips a:hover {
color: #fff;
border-bottom-color: #fff;
}
.search-container {
position: relative;
max-width: 600px;
margin: 2rem auto;
}
.search-input {
width: 100%;
height: 56px;
padding: 0 60px 0 24px;
font-size: 1rem;
color: #1f2937;
background: rgba(255, 255, 255, 0.9);
border: 2px solid transparent;
border-radius: 12px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.search-input:focus {
border-color: var(--primary-color);
background: white;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}
.search-button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 8px;
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.2s ease;
}
.search-button:hover {
background: var(--primary-hover);
transform: translateY(-50%) scale(1.05);
}
.tips {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
text-align: left; /* 添加左对齐 */
padding-left: 1.8rem; /* 与示例标题对齐 */
}
// 更新CSS样式部分
.example-title {
color: #9ba1a6;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 700;
position: relative;
padding-bottom: 0.8rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.example p {
margin: 0.8rem 0;
font-family: monospace;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
padding-left: 1.5rem;
/* 修改行高增加可读性 */
line-height: 1.4;
/* 新增:处理长文本 */
word-break: break-all;
}
.example {
margin-top: 2rem;
padding: 1.8rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
/* 新增:防止内容溢出 */
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (max-width: 640px) {
.container {
padding: 20px;
}
.title {
font-size: 2rem;
}
.search-input {
height: 50px;
font-size: 0.9rem;
}
.search-button {
width: 38px;
height: 38px;
}
.example {
padding: 1rem;
font-size: 0.8rem;
/* 移动端减少左右内边距 */
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>
Open service 104.21.91.215:8443 · github.xiaosoar.dpdns.org
2026-01-23 14:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 14:41:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9c280cca3b8adcbc-FRA
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 1
Cache-Control: max-age=600
Expires: Fri, 23 Jan 2026 10:14:18 GMT
Last-Modified: Wed, 12 Nov 2025 15:23:06 GMT
Server: cloudflare
Strict-Transport-Security: max-age=31556952
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 1
x-fastly-request-id: 9145444d33b63505fc83c871b2376d1eba2377bb
x-github-request-id: BAB3:3DF13E:DD59F4:E0D3BD:697347A2
x-proxy-cache: MISS
x-served-by: cache-fra-eddf8230079-FRA
x-timer: S1769179266.673595,VS0,VE2
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=e7W6BK3mWiO00uylCSmgrqipfNdwrf%2FkrsjDJzOuH6d%2FAEbC4pvcYj1%2F4tInFchAUrOdRI7pHdDJqHb6qLw5r0jL21V8WCmmC1JgNucC0ipOnxi4j1S1hGA%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
alt-svc: h3=":8443"; ma=86400
Page title: GitHub 文件加速
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>GitHub 文件加速</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-color: #1a1e21;
--primary-hover: #0d1117;
--text-color: #f0f6fc;
--bg-gradient: linear-gradient(135deg, #1a1e21 0%, #0d1117 100%);
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
min-height: 100vh;
background: var(--bg-gradient);
color: var(--text-color);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
。container {
width: 100%;
max-width: 800px;
padding: 40px 20px;
text-align: center;
}
.logo {
margin-bottom: 2rem;
transform: scale(1);
transition: transform 0.3s ease;
}
.logo:hover {
transform: scale(1.1);
}
.title {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
background: linear-gradient(45deg, #cdd5dd, #e2e8f0); /* 修改为更亮的颜色 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tips a {
color: #9ba1a6;
text-decoration: none;
border-bottom: 1px dashed #9ba1a6;
transition: all 0.2s ease;
}
.tips a:hover {
color: #fff;
border-bottom-color: #fff;
}
.search-container {
position: relative;
max-width: 600px;
margin: 2rem auto;
}
.search-input {
width: 100%;
height: 56px;
padding: 0 60px 0 24px;
font-size: 1rem;
color: #1f2937;
background: rgba(255, 255, 255, 0.9);
border: 2px solid transparent;
border-radius: 12px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.search-input:focus {
border-color: var(--primary-color);
background: white;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}
.search-button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 8px;
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.2s ease;
}
.search-button:hover {
background: var(--primary-hover);
transform: translateY(-50%) scale(1.05);
}
.tips {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
text-align: left; /* 添加左对齐 */
padding-left: 1.8rem; /* 与示例标题对齐 */
}
// 更新CSS样式部分
.example-title {
color: #9ba1a6;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 700;
position: relative;
padding-bottom: 0.8rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.example p {
margin: 0.8rem 0;
font-family: monospace;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
padding-left: 1.5rem;
/* 修改行高增加可读性 */
line-height: 1.4;
/* 新增:处理长文本 */
word-break: break-all;
}
.example {
margin-top: 2rem;
padding: 1.8rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
/* 新增:防止内容溢出 */
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (max-width: 640px) {
.container {
padding: 20px;
}
.title {
font-size: 2rem;
}
.search-input {
height: 50px;
font-size: 0.9rem;
}
.search-button {
width: 38px;
height: 38px;
}
.example {
padding: 1rem;
font-size: 0.8rem;
/* 移动端减少左右内边距 */
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>
Open service 2606:4700:3035::6815:5bd7:443 · github.xiaosoar.dpdns.org
2026-01-23 14:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 14:41:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9c280cc90fa03ee0-EWR
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 1
Cache-Control: max-age=600
Expires: Fri, 23 Jan 2026 13:32:20 GMT
Last-Modified: Wed, 12 Nov 2025 15:23:06 GMT
Server: cloudflare
Strict-Transport-Security: max-age=31556952
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 1
x-fastly-request-id: 5f139a139470f561bc6d447a4abe24ea67380619
x-github-request-id: A647:28630:C656F0:E04D3A:6973760B
x-proxy-cache: MISS
x-served-by: cache-lga21924-LGA
x-timer: S1769179265.462183,VS0,VE1
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mI%2BxmoukbkUo2ZXxqKqtsnxLPNQJftP2KUsmBG3aL0jjT%2BnQ%2Fy3XFCXsqzVRvcDl0r2YsYByr98zLOycT7f2DMnV1%2BbzLn7nU6cPHO%2BBunZkpDTjBrfXvoRqFJR52dssrqUlLB0%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-CN">
<head>
<title>GitHub 文件加速</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-color: #1a1e21;
--primary-hover: #0d1117;
--text-color: #f0f6fc;
--bg-gradient: linear-gradient(135deg, #1a1e21 0%, #0d1117 100%);
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
min-height: 100vh;
background: var(--bg-gradient);
color: var(--text-color);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
。container {
width: 100%;
max-width: 800px;
padding: 40px 20px;
text-align: center;
}
.logo {
margin-bottom: 2rem;
transform: scale(1);
transition: transform 0.3s ease;
}
.logo:hover {
transform: scale(1.1);
}
.title {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
background: linear-gradient(45deg, #cdd5dd, #e2e8f0); /* 修改为更亮的颜色 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tips a {
color: #9ba1a6;
text-decoration: none;
border-bottom: 1px dashed #9ba1a6;
transition: all 0.2s ease;
}
.tips a:hover {
color: #fff;
border-bottom-color: #fff;
}
.search-container {
position: relative;
max-width: 600px;
margin: 2rem auto;
}
.search-input {
width: 100%;
height: 56px;
padding: 0 60px 0 24px;
font-size: 1rem;
color: #1f2937;
background: rgba(255, 255, 255, 0.9);
border: 2px solid transparent;
border-radius: 12px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.search-input:focus {
border-color: var(--primary-color);
background: white;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}
.search-button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 8px;
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.2s ease;
}
.search-button:hover {
background: var(--primary-hover);
transform: translateY(-50%) scale(1.05);
}
.tips {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
text-align: left; /* 添加左对齐 */
padding-left: 1.8rem; /* 与示例标题对齐 */
}
// 更新CSS样式部分
.example-title {
color: #9ba1a6;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 700;
position: relative;
padding-bottom: 0.8rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.example p {
margin: 0.8rem 0;
font-family: monospace;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
padding-left: 1.5rem;
/* 修改行高增加可读性 */
line-height: 1.4;
/* 新增:处理长文本 */
word-break: break-all;
}
.example {
margin-top: 2rem;
padding: 1.8rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
/* 新增:防止内容溢出 */
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (max-width: 640px) {
.container {
padding: 20px;
}
.title {
font-size: 2rem;
}
.search-input {
height: 50px;
font-size: 0.9rem;
}
.search-button {
width: 38px;
height: 38px;
}
.example {
padding: 1rem;
font-size: 0.8rem;
/* 移动端减少左右内边距 */
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>
Open service 2606:4700:3035::ac43:b478:443 · github.xiaosoar.dpdns.org
2026-01-23 14:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 14:41:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9c280cc878a5abd0-YYZ
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 1
Cache-Control: max-age=600
Expires: Fri, 23 Jan 2026 14:03:39 GMT
Last-Modified: Wed, 12 Nov 2025 15:23:06 GMT
Server: cloudflare
Strict-Transport-Security: max-age=31556952
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 1
x-fastly-request-id: 247384b455326eb785f46212dda14cbd9e383b73
x-github-request-id: 45B2:16CEC6:147694A:15BD11F:69737D63
x-proxy-cache: MISS
x-served-by: cache-yyz4545-YYZ
x-timer: S1769179265.377593,VS0,VE1
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=z30u7IPO%2B6ZwoatjZC1slZqFdqwIwNRi%2F2WcJYPlPzU8zDX4vp2fUG0TDLcX5%2Fg5OxKUGyutE7A8HhH0gyCi1haBr1P2lFDbISh%2FznG4CfSHhVTpPhvlJUIinKG1EQBtoF2ie90%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-CN">
<head>
<title>GitHub 文件加速</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-color: #1a1e21;
--primary-hover: #0d1117;
--text-color: #f0f6fc;
--bg-gradient: linear-gradient(135deg, #1a1e21 0%, #0d1117 100%);
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
min-height: 100vh;
background: var(--bg-gradient);
color: var(--text-color);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
。container {
width: 100%;
max-width: 800px;
padding: 40px 20px;
text-align: center;
}
.logo {
margin-bottom: 2rem;
transform: scale(1);
transition: transform 0.3s ease;
}
.logo:hover {
transform: scale(1.1);
}
.title {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
background: linear-gradient(45deg, #cdd5dd, #e2e8f0); /* 修改为更亮的颜色 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tips a {
color: #9ba1a6;
text-decoration: none;
border-bottom: 1px dashed #9ba1a6;
transition: all 0.2s ease;
}
.tips a:hover {
color: #fff;
border-bottom-color: #fff;
}
.search-container {
position: relative;
max-width: 600px;
margin: 2rem auto;
}
.search-input {
width: 100%;
height: 56px;
padding: 0 60px 0 24px;
font-size: 1rem;
color: #1f2937;
background: rgba(255, 255, 255, 0.9);
border: 2px solid transparent;
border-radius: 12px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.search-input:focus {
border-color: var(--primary-color);
background: white;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}
.search-button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 8px;
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.2s ease;
}
.search-button:hover {
background: var(--primary-hover);
transform: translateY(-50%) scale(1.05);
}
.tips {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
text-align: left; /* 添加左对齐 */
padding-left: 1.8rem; /* 与示例标题对齐 */
}
// 更新CSS样式部分
.example-title {
color: #9ba1a6;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 700;
position: relative;
padding-bottom: 0.8rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.example p {
margin: 0.8rem 0;
font-family: monospace;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
padding-left: 1.5rem;
/* 修改行高增加可读性 */
line-height: 1.4;
/* 新增:处理长文本 */
word-break: break-all;
}
.example {
margin-top: 2rem;
padding: 1.8rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
/* 新增:防止内容溢出 */
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (max-width: 640px) {
.container {
padding: 20px;
}
.title {
font-size: 2rem;
}
.search-input {
height: 50px;
font-size: 0.9rem;
}
.search-button {
width: 38px;
height: 38px;
}
.example {
padding: 1rem;
font-size: 0.8rem;
/* 移动端减少左右内边距 */
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>
Open service 172.67.180.120:8443 · github.xiaosoar.dpdns.org
2026-01-23 14:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 14:41:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9c280cc828c44a19-AMS
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 182
Cache-Control: max-age=600
Expires: Fri, 16 Jan 2026 17:41:33 GMT
Last-Modified: Wed, 12 Nov 2025 15:23:06 GMT
Server: cloudflare
Strict-Transport-Security: max-age=31556952
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 1
x-fastly-request-id: eac02ed99dc0144bb5c0e7049b9d95379a06307a
x-github-request-id: 9C42:269927:6C331B:6DB91F:696A75F5
x-proxy-cache: MISS
x-served-by: cache-rtm-ehrd2290022-RTM
x-timer: S1769179265.351697,VS0,VE1
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8J1BBpf8PCOEumNZrw73eeJzBXqJelUWXZkEW2srkjHTFksyGuDImKp8pGq6lccQ3NeCWB8PibLLtnCaIQz%2FLnEmmCjGi51KY5eiRdWVrrVFo98aTJvbwPo%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
alt-svc: h3=":8443"; ma=86400
Page title: GitHub 文件加速
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>GitHub 文件加速</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-color: #1a1e21;
--primary-hover: #0d1117;
--text-color: #f0f6fc;
--bg-gradient: linear-gradient(135deg, #1a1e21 0%, #0d1117 100%);
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
min-height: 100vh;
background: var(--bg-gradient);
color: var(--text-color);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
。container {
width: 100%;
max-width: 800px;
padding: 40px 20px;
text-align: center;
}
.logo {
margin-bottom: 2rem;
transform: scale(1);
transition: transform 0.3s ease;
}
.logo:hover {
transform: scale(1.1);
}
.title {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
background: linear-gradient(45deg, #cdd5dd, #e2e8f0); /* 修改为更亮的颜色 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tips a {
color: #9ba1a6;
text-decoration: none;
border-bottom: 1px dashed #9ba1a6;
transition: all 0.2s ease;
}
.tips a:hover {
color: #fff;
border-bottom-color: #fff;
}
.search-container {
position: relative;
max-width: 600px;
margin: 2rem auto;
}
.search-input {
width: 100%;
height: 56px;
padding: 0 60px 0 24px;
font-size: 1rem;
color: #1f2937;
background: rgba(255, 255, 255, 0.9);
border: 2px solid transparent;
border-radius: 12px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.search-input:focus {
border-color: var(--primary-color);
background: white;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}
.search-button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 8px;
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.2s ease;
}
.search-button:hover {
background: var(--primary-hover);
transform: translateY(-50%) scale(1.05);
}
.tips {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
text-align: left; /* 添加左对齐 */
padding-left: 1.8rem; /* 与示例标题对齐 */
}
// 更新CSS样式部分
.example-title {
color: #9ba1a6;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 700;
position: relative;
padding-bottom: 0.8rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.example p {
margin: 0.8rem 0;
font-family: monospace;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
padding-left: 1.5rem;
/* 修改行高增加可读性 */
line-height: 1.4;
/* 新增:处理长文本 */
word-break: break-all;
}
.example {
margin-top: 2rem;
padding: 1.8rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
/* 新增:防止内容溢出 */
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (max-width: 640px) {
.container {
padding: 20px;
}
.title {
font-size: 2rem;
}
.search-input {
height: 50px;
font-size: 0.9rem;
}
.search-button {
width: 38px;
height: 38px;
}
.example {
padding: 1rem;
font-size: 0.8rem;
/* 移动端减少左右内边距 */
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>
Open service 104.21.91.215:80 · github.xiaosoar.dpdns.org
2026-01-23 14:41
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 14:41:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-Ray: 9c280cc8fb2c5ed0-EWR
CF-Cache-Status: DYNAMIC
Access-Control-Allow-Origin: *
Age: 1
Cache-Control: max-age=600
Expires: Fri, 23 Jan 2026 13:32:20 GMT
Last-Modified: Wed, 12 Nov 2025 15:23:06 GMT
Server: cloudflare
Strict-Transport-Security: max-age=31556952
Vary: Accept-Encoding
Via: 1.1 varnish
x-cache: HIT
x-cache-hits: 2
x-fastly-request-id: 3419becce26df6808e8888a6c566d2fde8bac991
x-github-request-id: A647:28630:C656F0:E04D3A:6973760B
x-proxy-cache: MISS
x-served-by: cache-lga21940-LGA
x-timer: S1769179265.465658,VS0,VE1
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GmLFBQbXbV2mSOo%2F95hoQV0oPTkbFlAwaJvRJ194nq7CQKVXjTyhP4POhysnoiT42xcWGPQGbNdT41tNl3HoTNq%2BIxMGte4oh0LduX3IBkq4tbzOH7djoBc%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-CN">
<head>
<title>GitHub 文件加速</title>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
:root {
--primary-color: #1a1e21;
--primary-hover: #0d1117;
--text-color: #f0f6fc;
--bg-gradient: linear-gradient(135deg, #1a1e21 0%, #0d1117 100%);
--shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
min-height: 100vh;
background: var(--bg-gradient);
color: var(--text-color);
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
。container {
width: 100%;
max-width: 800px;
padding: 40px 20px;
text-align: center;
}
.logo {
margin-bottom: 2rem;
transform: scale(1);
transition: transform 0.3s ease;
}
.logo:hover {
transform: scale(1.1);
}
.title {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
background: linear-gradient(45deg, #cdd5dd, #e2e8f0); /* 修改为更亮的颜色 */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.tips a {
color: #9ba1a6;
text-decoration: none;
border-bottom: 1px dashed #9ba1a6;
transition: all 0.2s ease;
}
.tips a:hover {
color: #fff;
border-bottom-color: #fff;
}
.search-container {
position: relative;
max-width: 600px;
margin: 2rem auto;
}
.search-input {
width: 100%;
height: 56px;
padding: 0 60px 0 24px;
font-size: 1rem;
color: #1f2937;
background: rgba(255, 255, 255, 0.9);
border: 2px solid transparent;
border-radius: 12px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
}
.search-input:focus {
border-color: var(--primary-color);
background: white;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}
.search-button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border: none;
border-radius: 8px;
background: var(--primary-color);
color: white;
cursor: pointer;
transition: all 0.2s ease;
}
.search-button:hover {
background: var(--primary-hover);
transform: translateY(-50%) scale(1.05);
}
.tips {
margin-top: 2rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.6;
text-align: left; /* 添加左对齐 */
padding-left: 1.8rem; /* 与示例标题对齐 */
}
// 更新CSS样式部分
.example-title {
color: #9ba1a6;
margin-bottom: 1.5rem;
font-size: 1rem;
font-weight: 700;
position: relative;
padding-bottom: 0.8rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.example p {
margin: 0.8rem 0;
font-family: monospace;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.8);
padding-left: 1.5rem;
/* 修改行高增加可读性 */
line-height: 1.4;
/* 新增:处理长文本 */
word-break: break-all;
}
.example {
margin-top: 2rem;
padding: 1.8rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 12px;
text-align: left;
border: 1px solid rgba(255, 255, 255, 0.1);
/* 新增:防止内容溢出 */
overflow-wrap: break-word;
word-wrap: break-word;
}
@media (max-width: 640px) {
.container {
padding: 20px;
}
.title {
font-size: 2rem;
}
.search-input {
height: 50px;
font-size: 0.9rem;
}
.search-button {
width: 38px;
height: 38px;
}
.example {
padding: 1rem;
font-size: 0.8rem;
/* 移动端减少左右内边距 */
padding-left: 1rem;
padding-right: 1rem;
}
}
</style>
</head>
<body>