Domain git.zxcmnb.dpdns.org
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3031::6815:163d:443 · git.zxcmnb.dpdns.org

    2026-01-24 06:28

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:28:26 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9c2d787e4b953da7-SIN
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 553
    Cache-Control: max-age=600
    Expires: Tue, 23 Dec 2025 23:24:52 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: 2
    x-fastly-request-id: 4690fa1b645557f6bed88e977052a2b8248ea3f5
    x-github-request-id: 09E6:1EAC34:A3B686:A6B042:694B226C
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-sin-wsat1880030-SIN
    x-timer: S1769236106.191646,VS0,VE0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Ssh%2B6oOslppiYSqIWnRditnZxvXwjHQtm%2F6cjvF00S1jK%2B9Vr5Aeb9qbZddUDSC5jaxXH%2F4oxCKaOaUOOgFD8CxMVRCKNnKx%2Fgmo%2BE3Qtn3qd4sxpaOx%2ByEfVL0tUy33"}]}
    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
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:163d:8443 · git.zxcmnb.dpdns.org

    2026-01-24 06:28

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:28:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9c2d787be8189742-FRA
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 95
    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: 1e1f421a1f1ad37abe6342d5ca41fe220f374486
    x-github-request-id: 7A67:3D391:1A5FF59:1AC1E4A:694B59A3
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-fra-eddf8230128-FRA
    x-timer: S1769236106.635679,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nmNS1udDu95dS701YTDzwhc5z3ikODdMcXTA%2BFDWVSrFAvoy7TDmwwxnXO0bJCJtzizY1uhaSlal0Xw4Fn37hJIyyso%2FNckLV8y4JM%2FWG6bzvTSvYHIFpcKexfZC66hX"}]}
    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-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
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:cafd:8443 · git.zxcmnb.dpdns.org

    2026-01-24 06:28

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:28:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9c2d787b280bfb9c-AMS
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 10
    Cache-Control: max-age=600
    Expires: Fri, 23 Jan 2026 02:27:53 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: d6d0a9d1a2679ac88b79e3dc760dac6ccdfaf060
    x-github-request-id: 34EA:B87E0:8C8993:8E98DE:6972DA50
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-rtm-ehrd2290030-RTM
    x-timer: S1769236105.499603,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=IQr%2BTPEajM8SCPexYX0ypmUJIOTUH4Kr%2F4paFetjL4w9ZkZCn48Fnz%2FWBJK8V1LTidsK6G0%2FzjLQv2Zx1KJmG7qKy5s4iSjfpeslm%2FFXlReRUnUsH038G0XdgwDy9w%3D%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-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
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3031::6815:163d:80 · git.zxcmnb.dpdns.org

    2026-01-24 06:28

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:28:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9c2d787b88e01c01-FRA
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 95
    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: aea441ca617753955aff219e2c6b0b29994f4f8c
    x-github-request-id: 7A67:3D391:1A5FF59:1AC1E4A:694B59A3
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-fra-eddf8230192-FRA
    x-timer: S1769236106.585632,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EWDtUdbZciAQuo0QQpN4TeEdHfkh5wPzmecImIjDoS8UPvJBPMM0BZLLJK2pxvw0A35X7h0QXIPCx8ae6vhLYGcwYCcyfznLu22T3i8fYvE4f4rDBr4NL7QnwhJFt7%2F6"}]}
    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
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.202.253:8443 · git.zxcmnb.dpdns.org

    2026-01-24 06:28

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:28:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9c2d787bac83b18f-FRA
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 95
    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: 42389d4f2100deb123f614b3aa7fbf6c87d07f40
    x-github-request-id: 7A67:3D391:1A5FF59:1AC1E4A:694B59A3
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-fra-eddf8230120-FRA
    x-timer: S1769236106.558482,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MTixRr1r5drRHllYnENhx9%2F0S7EROPcbpR8ZjqnHxQ8am0gpjsUhG8DgIjTJjYHahfHzTKRYnMt4bALjPoIBoqGKzj0uCqef6uiWKtR1QJ6fJwFd"}]}
    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-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
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 104.21.22.61:443 · git.zxcmnb.dpdns.org

    2026-01-24 06:28

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:28:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9c2d787b7aafd276-FRA
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 95
    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: 1a067b6d5c4566e2e074ea0eb6f2c894be11a41e
    x-github-request-id: 7A67:3D391:1A5FF59:1AC1E4A:694B59A3
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-fra-eddf8230087-FRA
    x-timer: S1769236106.559361,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=a6qUYK3PeOeRMSvPfAMiE9sXPMJ9zzIcpcarMYjn3g0%2Fzxgb0%2BnRa3GItz1DUFxu6FiZ9Y0IC1GRbdKbvaBUZx9ojvIO%2Ftt7LijQmku%2FEdopcf17"}]}
    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
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.202.253:443 · git.zxcmnb.dpdns.org

    2026-01-24 06:28

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:28:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9c2d787b8b028f3f-FRA
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 95
    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: d23ad33a2652b25d7a15e16c6303024a603babfe
    x-github-request-id: 7A67:3D391:1A5FF59:1AC1E4A:694B59A3
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-fra-eddf8230101-FRA
    x-timer: S1769236106.575593,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bToknInwcmBz8J9BMpzYzkqX693jZLhSVBWldwOTwNFA%2BW4Ryv%2F4kJyiJI2Nwb%2BcKyKUgAyYuiEBWURU2vXgfLumWTh2F0ury7EY89ub8k%2FzQWmL"}]}
    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
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.202.253:80 · git.zxcmnb.dpdns.org

    2026-01-24 06:28

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:28:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9c2d787b8cd5dbde-FRA
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 95
    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: 88ec06fd510dc0955e090445ab1947d0aaef2de3
    x-github-request-id: 7A67:3D391:1A5FF59:1AC1E4A:694B59A3
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-fra-eddf8230100-FRA
    x-timer: S1769236106.537862,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wfZp9zrmA97Da5x8GckFV8jP46f2%2FA8JU1kaAgd2iS8BH5HX0UlZvtqB6LtpDUDdJEIJOhBRWkIvqpBTlLyIDy8VO%2FIcYPoAzIH6R%2F8QSKB8KnGc"}]}
    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
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:cafd:443 · git.zxcmnb.dpdns.org

    2026-01-24 06:28

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:28:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9c2d787b89a7d2a9-FRA
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 95
    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: 47bfe2d0839b9ac1ec2bc0bd9391edef6108da97
    x-github-request-id: 7A67:3D391:1A5FF59:1AC1E4A:694B59A3
    x-origin-cache: HIT
    x-proxy-cache: MISS
    x-served-by: cache-fra-eddf8230029-FRA
    x-timer: S1769236106.562327,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SIcYMSylLvmEc3AJD8EAE5zv6mFbxrJFHMJv4p6c5YdwQB2X307S6ZiTZP2E6iRi0p8OpKfCHbHkHJbYkXzRQoBwSF5MPoOQyahQX4Bfjs38II8JTJG38otoZ1WpYk7X"}]}
    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
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 104.21.22.61:8443 · git.zxcmnb.dpdns.org

    2026-01-24 06:28

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:28:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9c2d787afcfaccc9-LHR
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 338
    Cache-Control: max-age=600
    Expires: Thu, 08 Jan 2026 08:36:51 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: 01b1a67b5797ccd15b46874a8f42616acbeaed0f
    x-github-request-id: E1CC:1AE238:383EA1:3A360C:695F6A4B
    x-proxy-cache: MISS
    x-served-by: cache-lcy-eglc8600022-LCY
    x-timer: S1769236105.477114,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lhcjTnTkdfylE0vyyKcJilI7hUzxCjElZu8oHH%2BQPoWuBbsGE4bhfgsylDgLN95vcs6sQwJI7IEp9vmWU0caZD4hsnbDKtiP2oE75ThORxKv%2BRV7"}]}
    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-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
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::ac43:cafd:80 · git.zxcmnb.dpdns.org

    2026-01-24 06:28

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:28:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9c2d787afdc97741-LHR
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 338
    Cache-Control: max-age=600
    Expires: Thu, 08 Jan 2026 08:36:51 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: bd9efd1eb5d84654c5b8424b0965e28ced7e7401
    x-github-request-id: E1CC:1AE238:383EA1:3A360C:695F6A4B
    x-proxy-cache: MISS
    x-served-by: cache-lcy-eglc8600067-LCY
    x-timer: S1769236105.487346,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=onvcG%2Fl3cqsdMXnwago302I60%2FtlP1FmUEYxJwwnsPZFa9CdNsyQ9g2ERIc%2FZgUZTjwktDsfCEi13q3UQGhXjGdXohp%2Fi6Z7i0kNkVPGY%2BFFjTwZvwuY07EOMqQ8b517"}]}
    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
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 104.21.22.61:80 · git.zxcmnb.dpdns.org

    2026-01-24 06:28

    HTTP/1.1 200 OK
    Date: Sat, 24 Jan 2026 06:28:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    CF-Ray: 9c2d787ae8c488a7-LHR
    CF-Cache-Status: DYNAMIC
    Access-Control-Allow-Origin: *
    Age: 338
    Cache-Control: max-age=600
    Expires: Thu, 08 Jan 2026 08:36:51 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: 87410d6e5ef8a542a411a2d2cdf090b2b6c18ef8
    x-github-request-id: E1CC:1AE238:383EA1:3A360C:695F6A4B
    x-proxy-cache: MISS
    x-served-by: cache-lcy-eglc8600088-LCY
    x-timer: S1769236105.487936,VS0,VE1
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EPGekqkdSBMako5tkKyW1TXfW7UKHIj1U6m5EM3gJqmyDMOfNHd9Np8nPVACHWwVNEmDIKB8Z3S%2F%2FDciTkUUk1txiWoYTDTPQT53kxUO5ttarfUV"}]}
    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
    Found 2026-01-24 by HttpPlugin
    Create report
zxcmnb.dpdns.orggit.zxcmnb.dpdns.org
CN:
zxcmnb.dpdns.org
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-26 05:15
Not after:
2026-02-24 06:15