Domain proxy.qjyjq.fun
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:440a::ac40:98f1:8443 · proxy.qjyjq.fun

    2026-01-10 04:42

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 04:42:44 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3952
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EWUkeV%2FcQ5q7UXlwezmEUrE3oXUG%2BrYeYz79KB45bNLmQ%2F9z5FbQy%2BXLiDshNO9o1rGxJ1gavYKhINYPEx4w%2BV%2FVYyly7NFdXpmh42o7ANXgFAeEy%2F12PkQINw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb9826a6e62c469-BLR
    alt-svc: h3=":8443"; ma=86400
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <style>
        body{
          background:rgb(150,10,10);
          color:rgb(240,240,0);
        }
        a{
          color:rgb(250,250,180);
        }
        del{
          color:rgb(190,190,190);
        }
        .center{
          text-align:center;
        }
        .important{
          font-weight:bold;
          font-size:27;
        }
        /* my style begins*/
        form[id=urlForm] {
            max-width: 340px;
            min-width: 340px;
            margin: 0 auto;
         }
        input[id=targetUrl] {
            background-color: rgb(240,240,0);
         }
        button[id=jumpButton] {
            background-color: rgb(240,240,0);
         }
      </style>
    </head>
    <body>
        <h3 class="center">
            I made this project because some extreme annoying network filter software in my school, which is notorious "Goguardian", and now it is open source at <a href="https://github.com/1234567Yang/cf-proxy-ex/">https://github.com/1234567Yang/cf-proxy-ex/</a>.
          </h3>
          <br><br><br>
          <ul style="font-size:25;">
          <li class="important">How to use this proxy:<br>
            Type the website you want to go to after the website's url, for example: <br>
            https://the current url/github.com<br>OR<br>https://the current url/https://github.com</li>
          </ul>
            <form id="urlForm" onsubmit="redirectToProxy(event)">
                <fieldset>
                    <legend>Proxy Everything</legend>
                    <label for="targetUrl">TargetUrl: <input type="text" id="targetUrl" placeholder="Enter the target URL here..."></label>
                    <button type="submit" id="jumpButton">Jump!</button>
                </fieldset>
            </form>
            <script>
                function redirectToProxy(event) {
                    event.preventDefault();
                    const targetUrl = document.getElementById('targetUrl').value.trim();
                    const currentOrigin = window.location.origin;
                    window.open(currentOrigin + '/' + targetUrl, '_blank');
                }
            </script>
          <ul>
            <li>If your browser show 400 bad request, please clear your browser cookie<br></li>
            <li>Why I make this:<br> Because school blcok every website that I can find math / CS and other subjects' study material and question solutions. In the eyes of the school, China (and some other countries) seems to be outside the scope of this "world". They block access to server IP addresses in China and block access to Chinese search engines and video websites. Of course, some commonly used social software has also been blocked, which once made it impossible for me to send messages to my parents on campus. I don't think that's how it should be, so I'm going to fight it as hard as I can. I believe this will not only benefit myself, but a lot more people can get benefits.</li>
            <li>If this website is blocked by your school: Setup a new one by your self.</li>
            <li>Limitation:<br>Although I tried my best to make every website proxiable, there still might be pages or resources that can not be load, and the most important part is that <span class="important">YOU SHOULD NEVER LOGIN ANY ACCOUNT VIA ONLINE PROXY</span>.</li>
          </ul>
    
        <h3>
            <br>
            <span>Bypass the network blockade:</span>
            <br><br>
            <span>Traditional VPNs.</span>
            <br><br>
            <span>Bypass by proxy: You can buy a domain($1) and setup by yourself: </span><a href="https://github.com/1234567Yang/cf-proxy-ex/blob/main/deploy_on_deno_tutorial.md">how to setup a proxy</a><span>. Unless they use white list mode, this can always work.</span>
            <br><br>
            <span>Youtube video unblock: "Thanks" for Russia that they started to invade Ukraine and Google blocked the traffic from Russia, there are a LOT of mirror sites working. You can even <a href="https://github.com/iv-org/invidious">setup</a> one by yourself.</span>
        </h3>
        <p style="font-size:280px !important;width:100%;" class="center">
            ☭
        </p>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700:440a::ac40:98f1:80 · proxy.qjyjq.fun

    2026-01-10 04:42

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 04:42:43 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3952
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=twves%2FEe6vdz5rVfibFl45ouezcaVVjquIBaQxOoemboXUblT6q2aIvqIEHhWdtd6g6BIrGotuKEA%2B3LJcuXobFMgUtiQUKZM9Ubaqe6yIbfpHQn%2BrJStbXEdg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb9826869bdd5f2-SJC
    alt-svc: h3=":443"; ma=86400
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <style>
        body{
          background:rgb(150,10,10);
          color:rgb(240,240,0);
        }
        a{
          color:rgb(250,250,180);
        }
        del{
          color:rgb(190,190,190);
        }
        .center{
          text-align:center;
        }
        .important{
          font-weight:bold;
          font-size:27;
        }
        /* my style begins*/
        form[id=urlForm] {
            max-width: 340px;
            min-width: 340px;
            margin: 0 auto;
         }
        input[id=targetUrl] {
            background-color: rgb(240,240,0);
         }
        button[id=jumpButton] {
            background-color: rgb(240,240,0);
         }
      </style>
    </head>
    <body>
        <h3 class="center">
            I made this project because some extreme annoying network filter software in my school, which is notorious "Goguardian", and now it is open source at <a href="https://github.com/1234567Yang/cf-proxy-ex/">https://github.com/1234567Yang/cf-proxy-ex/</a>.
          </h3>
          <br><br><br>
          <ul style="font-size:25;">
          <li class="important">How to use this proxy:<br>
            Type the website you want to go to after the website's url, for example: <br>
            https://the current url/github.com<br>OR<br>https://the current url/https://github.com</li>
          </ul>
            <form id="urlForm" onsubmit="redirectToProxy(event)">
                <fieldset>
                    <legend>Proxy Everything</legend>
                    <label for="targetUrl">TargetUrl: <input type="text" id="targetUrl" placeholder="Enter the target URL here..."></label>
                    <button type="submit" id="jumpButton">Jump!</button>
                </fieldset>
            </form>
            <script>
                function redirectToProxy(event) {
                    event.preventDefault();
                    const targetUrl = document.getElementById('targetUrl').value.trim();
                    const currentOrigin = window.location.origin;
                    window.open(currentOrigin + '/' + targetUrl, '_blank');
                }
            </script>
          <ul>
            <li>If your browser show 400 bad request, please clear your browser cookie<br></li>
            <li>Why I make this:<br> Because school blcok every website that I can find math / CS and other subjects' study material and question solutions. In the eyes of the school, China (and some other countries) seems to be outside the scope of this "world". They block access to server IP addresses in China and block access to Chinese search engines and video websites. Of course, some commonly used social software has also been blocked, which once made it impossible for me to send messages to my parents on campus. I don't think that's how it should be, so I'm going to fight it as hard as I can. I believe this will not only benefit myself, but a lot more people can get benefits.</li>
            <li>If this website is blocked by your school: Setup a new one by your self.</li>
            <li>Limitation:<br>Although I tried my best to make every website proxiable, there still might be pages or resources that can not be load, and the most important part is that <span class="important">YOU SHOULD NEVER LOGIN ANY ACCOUNT VIA ONLINE PROXY</span>.</li>
          </ul>
    
        <h3>
            <br>
            <span>Bypass the network blockade:</span>
            <br><br>
            <span>Traditional VPNs.</span>
            <br><br>
            <span>Bypass by proxy: You can buy a domain($1) and setup by yourself: </span><a href="https://github.com/1234567Yang/cf-proxy-ex/blob/main/deploy_on_deno_tutorial.md">how to setup a proxy</a><span>. Unless they use white list mode, this can always work.</span>
            <br><br>
            <span>Youtube video unblock: "Thanks" for Russia that they started to invade Ukraine and Google blocked the traffic from Russia, there are a LOT of mirror sites working. You can even <a href="https://github.com/iv-org/invidious">setup</a> one by yourself.</span>
        </h3>
        <p style="font-size:280px !important;width:100%;" class="center">
            ☭
        </p>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.18.43.174:443 · proxy.qjyjq.fun

    2026-01-10 04:42

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 04:42:43 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3952
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VZpbNjUB5OqXh0icuOux%2F0ySDOB515TAJPZTZgygviyemchKm8k4jXeRVN8qDGk3oiXZ4osm%2BkGjIztJBXq6qd5cnnt2zs6r7V0sqW4MrQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb982685d85aabc-YYZ
    alt-svc: h3=":443"; ma=86400
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <style>
        body{
          background:rgb(150,10,10);
          color:rgb(240,240,0);
        }
        a{
          color:rgb(250,250,180);
        }
        del{
          color:rgb(190,190,190);
        }
        .center{
          text-align:center;
        }
        .important{
          font-weight:bold;
          font-size:27;
        }
        /* my style begins*/
        form[id=urlForm] {
            max-width: 340px;
            min-width: 340px;
            margin: 0 auto;
         }
        input[id=targetUrl] {
            background-color: rgb(240,240,0);
         }
        button[id=jumpButton] {
            background-color: rgb(240,240,0);
         }
      </style>
    </head>
    <body>
        <h3 class="center">
            I made this project because some extreme annoying network filter software in my school, which is notorious "Goguardian", and now it is open source at <a href="https://github.com/1234567Yang/cf-proxy-ex/">https://github.com/1234567Yang/cf-proxy-ex/</a>.
          </h3>
          <br><br><br>
          <ul style="font-size:25;">
          <li class="important">How to use this proxy:<br>
            Type the website you want to go to after the website's url, for example: <br>
            https://the current url/github.com<br>OR<br>https://the current url/https://github.com</li>
          </ul>
            <form id="urlForm" onsubmit="redirectToProxy(event)">
                <fieldset>
                    <legend>Proxy Everything</legend>
                    <label for="targetUrl">TargetUrl: <input type="text" id="targetUrl" placeholder="Enter the target URL here..."></label>
                    <button type="submit" id="jumpButton">Jump!</button>
                </fieldset>
            </form>
            <script>
                function redirectToProxy(event) {
                    event.preventDefault();
                    const targetUrl = document.getElementById('targetUrl').value.trim();
                    const currentOrigin = window.location.origin;
                    window.open(currentOrigin + '/' + targetUrl, '_blank');
                }
            </script>
          <ul>
            <li>If your browser show 400 bad request, please clear your browser cookie<br></li>
            <li>Why I make this:<br> Because school blcok every website that I can find math / CS and other subjects' study material and question solutions. In the eyes of the school, China (and some other countries) seems to be outside the scope of this "world". They block access to server IP addresses in China and block access to Chinese search engines and video websites. Of course, some commonly used social software has also been blocked, which once made it impossible for me to send messages to my parents on campus. I don't think that's how it should be, so I'm going to fight it as hard as I can. I believe this will not only benefit myself, but a lot more people can get benefits.</li>
            <li>If this website is blocked by your school: Setup a new one by your self.</li>
            <li>Limitation:<br>Although I tried my best to make every website proxiable, there still might be pages or resources that can not be load, and the most important part is that <span class="important">YOU SHOULD NEVER LOGIN ANY ACCOUNT VIA ONLINE PROXY</span>.</li>
          </ul>
    
        <h3>
            <br>
            <span>Bypass the network blockade:</span>
            <br><br>
            <span>Traditional VPNs.</span>
            <br><br>
            <span>Bypass by proxy: You can buy a domain($1) and setup by yourself: </span><a href="https://github.com/1234567Yang/cf-proxy-ex/blob/main/deploy_on_deno_tutorial.md">how to setup a proxy</a><span>. Unless they use white list mode, this can always work.</span>
            <br><br>
            <span>Youtube video unblock: "Thanks" for Russia that they started to invade Ukraine and Google blocked the traffic from Russia, there are a LOT of mirror sites working. You can even <a href="https://github.com/iv-org/invidious">setup</a> one by yourself.</span>
        </h3>
        <p style="font-size:280px !important;width:100%;" class="center">
            ☭
        </p>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 172.64.144.82:8443 · proxy.qjyjq.fun

    2026-01-10 04:42

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 04:42:43 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3952
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EwaRugxs%2FhlyTmQ96FQozdaFFdInh%2Fpv28su8RrPbAt4SQ8fLROh%2FOzRRMasNGJUjgEDJFqxxZE10pWBtlwsUwuY25TtBdpvsJcAOItmgg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb982683c82d279-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <style>
        body{
          background:rgb(150,10,10);
          color:rgb(240,240,0);
        }
        a{
          color:rgb(250,250,180);
        }
        del{
          color:rgb(190,190,190);
        }
        .center{
          text-align:center;
        }
        .important{
          font-weight:bold;
          font-size:27;
        }
        /* my style begins*/
        form[id=urlForm] {
            max-width: 340px;
            min-width: 340px;
            margin: 0 auto;
         }
        input[id=targetUrl] {
            background-color: rgb(240,240,0);
         }
        button[id=jumpButton] {
            background-color: rgb(240,240,0);
         }
      </style>
    </head>
    <body>
        <h3 class="center">
            I made this project because some extreme annoying network filter software in my school, which is notorious "Goguardian", and now it is open source at <a href="https://github.com/1234567Yang/cf-proxy-ex/">https://github.com/1234567Yang/cf-proxy-ex/</a>.
          </h3>
          <br><br><br>
          <ul style="font-size:25;">
          <li class="important">How to use this proxy:<br>
            Type the website you want to go to after the website's url, for example: <br>
            https://the current url/github.com<br>OR<br>https://the current url/https://github.com</li>
          </ul>
            <form id="urlForm" onsubmit="redirectToProxy(event)">
                <fieldset>
                    <legend>Proxy Everything</legend>
                    <label for="targetUrl">TargetUrl: <input type="text" id="targetUrl" placeholder="Enter the target URL here..."></label>
                    <button type="submit" id="jumpButton">Jump!</button>
                </fieldset>
            </form>
            <script>
                function redirectToProxy(event) {
                    event.preventDefault();
                    const targetUrl = document.getElementById('targetUrl').value.trim();
                    const currentOrigin = window.location.origin;
                    window.open(currentOrigin + '/' + targetUrl, '_blank');
                }
            </script>
          <ul>
            <li>If your browser show 400 bad request, please clear your browser cookie<br></li>
            <li>Why I make this:<br> Because school blcok every website that I can find math / CS and other subjects' study material and question solutions. In the eyes of the school, China (and some other countries) seems to be outside the scope of this "world". They block access to server IP addresses in China and block access to Chinese search engines and video websites. Of course, some commonly used social software has also been blocked, which once made it impossible for me to send messages to my parents on campus. I don't think that's how it should be, so I'm going to fight it as hard as I can. I believe this will not only benefit myself, but a lot more people can get benefits.</li>
            <li>If this website is blocked by your school: Setup a new one by your self.</li>
            <li>Limitation:<br>Although I tried my best to make every website proxiable, there still might be pages or resources that can not be load, and the most important part is that <span class="important">YOU SHOULD NEVER LOGIN ANY ACCOUNT VIA ONLINE PROXY</span>.</li>
          </ul>
    
        <h3>
            <br>
            <span>Bypass the network blockade:</span>
            <br><br>
            <span>Traditional VPNs.</span>
            <br><br>
            <span>Bypass by proxy: You can buy a domain($1) and setup by yourself: </span><a href="https://github.com/1234567Yang/cf-proxy-ex/blob/main/deploy_on_deno_tutorial.md">how to setup a proxy</a><span>. Unless they use white list mode, this can always work.</span>
            <br><br>
            <span>Youtube video unblock: "Thanks" for Russia that they started to invade Ukraine and Google blocked the traffic from Russia, there are a LOT of mirror sites working. You can even <a href="https://github.com/iv-org/invidious">setup</a> one by yourself.</span>
        </h3>
        <p style="font-size:280px !important;width:100%;" class="center">
            ☭
        </p>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700:440a::ac40:98f1:443 · proxy.qjyjq.fun

    2026-01-10 04:42

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 04:42:43 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3952
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uXhEZdKfj%2FsNjommj2fVbBYtbqYiyZv8QZm0ORsETgE2n5fI2985PcYOWt9HPGzlDVswfN22%2FN3dMS4kZcX0JdI4J8GaHxNk5KRrkXzFsKEMjAxgSK%2FDdurlXA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb982682dba8efa-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <style>
        body{
          background:rgb(150,10,10);
          color:rgb(240,240,0);
        }
        a{
          color:rgb(250,250,180);
        }
        del{
          color:rgb(190,190,190);
        }
        .center{
          text-align:center;
        }
        .important{
          font-weight:bold;
          font-size:27;
        }
        /* my style begins*/
        form[id=urlForm] {
            max-width: 340px;
            min-width: 340px;
            margin: 0 auto;
         }
        input[id=targetUrl] {
            background-color: rgb(240,240,0);
         }
        button[id=jumpButton] {
            background-color: rgb(240,240,0);
         }
      </style>
    </head>
    <body>
        <h3 class="center">
            I made this project because some extreme annoying network filter software in my school, which is notorious "Goguardian", and now it is open source at <a href="https://github.com/1234567Yang/cf-proxy-ex/">https://github.com/1234567Yang/cf-proxy-ex/</a>.
          </h3>
          <br><br><br>
          <ul style="font-size:25;">
          <li class="important">How to use this proxy:<br>
            Type the website you want to go to after the website's url, for example: <br>
            https://the current url/github.com<br>OR<br>https://the current url/https://github.com</li>
          </ul>
            <form id="urlForm" onsubmit="redirectToProxy(event)">
                <fieldset>
                    <legend>Proxy Everything</legend>
                    <label for="targetUrl">TargetUrl: <input type="text" id="targetUrl" placeholder="Enter the target URL here..."></label>
                    <button type="submit" id="jumpButton">Jump!</button>
                </fieldset>
            </form>
            <script>
                function redirectToProxy(event) {
                    event.preventDefault();
                    const targetUrl = document.getElementById('targetUrl').value.trim();
                    const currentOrigin = window.location.origin;
                    window.open(currentOrigin + '/' + targetUrl, '_blank');
                }
            </script>
          <ul>
            <li>If your browser show 400 bad request, please clear your browser cookie<br></li>
            <li>Why I make this:<br> Because school blcok every website that I can find math / CS and other subjects' study material and question solutions. In the eyes of the school, China (and some other countries) seems to be outside the scope of this "world". They block access to server IP addresses in China and block access to Chinese search engines and video websites. Of course, some commonly used social software has also been blocked, which once made it impossible for me to send messages to my parents on campus. I don't think that's how it should be, so I'm going to fight it as hard as I can. I believe this will not only benefit myself, but a lot more people can get benefits.</li>
            <li>If this website is blocked by your school: Setup a new one by your self.</li>
            <li>Limitation:<br>Although I tried my best to make every website proxiable, there still might be pages or resources that can not be load, and the most important part is that <span class="important">YOU SHOULD NEVER LOGIN ANY ACCOUNT VIA ONLINE PROXY</span>.</li>
          </ul>
    
        <h3>
            <br>
            <span>Bypass the network blockade:</span>
            <br><br>
            <span>Traditional VPNs.</span>
            <br><br>
            <span>Bypass by proxy: You can buy a domain($1) and setup by yourself: </span><a href="https://github.com/1234567Yang/cf-proxy-ex/blob/main/deploy_on_deno_tutorial.md">how to setup a proxy</a><span>. Unless they use white list mode, this can always work.</span>
            <br><br>
            <span>Youtube video unblock: "Thanks" for Russia that they started to invade Ukraine and Google blocked the traffic from Russia, there are a LOT of mirror sites working. You can even <a href="https://github.com/iv-org/invidious">setup</a> one by yourself.</span>
        </h3>
        <p style="font-size:280px !important;width:100%;" class="center">
            ☭
        </p>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.18.43.174:8443 · proxy.qjyjq.fun

    2026-01-10 04:42

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 04:42:43 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3952
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=RsFOnk8QsQjKpk7pzC4dVX1MwYe9TZk28kUurdH4h0tV3l56%2FKfiNq3B%2BcRB8tCI0RsG4Qv7UDE2jX6xR5BaP2owAfrErmUAvBTTp%2B1YnA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb9826879ae8f3c-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <style>
        body{
          background:rgb(150,10,10);
          color:rgb(240,240,0);
        }
        a{
          color:rgb(250,250,180);
        }
        del{
          color:rgb(190,190,190);
        }
        .center{
          text-align:center;
        }
        .important{
          font-weight:bold;
          font-size:27;
        }
        /* my style begins*/
        form[id=urlForm] {
            max-width: 340px;
            min-width: 340px;
            margin: 0 auto;
         }
        input[id=targetUrl] {
            background-color: rgb(240,240,0);
         }
        button[id=jumpButton] {
            background-color: rgb(240,240,0);
         }
      </style>
    </head>
    <body>
        <h3 class="center">
            I made this project because some extreme annoying network filter software in my school, which is notorious "Goguardian", and now it is open source at <a href="https://github.com/1234567Yang/cf-proxy-ex/">https://github.com/1234567Yang/cf-proxy-ex/</a>.
          </h3>
          <br><br><br>
          <ul style="font-size:25;">
          <li class="important">How to use this proxy:<br>
            Type the website you want to go to after the website's url, for example: <br>
            https://the current url/github.com<br>OR<br>https://the current url/https://github.com</li>
          </ul>
            <form id="urlForm" onsubmit="redirectToProxy(event)">
                <fieldset>
                    <legend>Proxy Everything</legend>
                    <label for="targetUrl">TargetUrl: <input type="text" id="targetUrl" placeholder="Enter the target URL here..."></label>
                    <button type="submit" id="jumpButton">Jump!</button>
                </fieldset>
            </form>
            <script>
                function redirectToProxy(event) {
                    event.preventDefault();
                    const targetUrl = document.getElementById('targetUrl').value.trim();
                    const currentOrigin = window.location.origin;
                    window.open(currentOrigin + '/' + targetUrl, '_blank');
                }
            </script>
          <ul>
            <li>If your browser show 400 bad request, please clear your browser cookie<br></li>
            <li>Why I make this:<br> Because school blcok every website that I can find math / CS and other subjects' study material and question solutions. In the eyes of the school, China (and some other countries) seems to be outside the scope of this "world". They block access to server IP addresses in China and block access to Chinese search engines and video websites. Of course, some commonly used social software has also been blocked, which once made it impossible for me to send messages to my parents on campus. I don't think that's how it should be, so I'm going to fight it as hard as I can. I believe this will not only benefit myself, but a lot more people can get benefits.</li>
            <li>If this website is blocked by your school: Setup a new one by your self.</li>
            <li>Limitation:<br>Although I tried my best to make every website proxiable, there still might be pages or resources that can not be load, and the most important part is that <span class="important">YOU SHOULD NEVER LOGIN ANY ACCOUNT VIA ONLINE PROXY</span>.</li>
          </ul>
    
        <h3>
            <br>
            <span>Bypass the network blockade:</span>
            <br><br>
            <span>Traditional VPNs.</span>
            <br><br>
            <span>Bypass by proxy: You can buy a domain($1) and setup by yourself: </span><a href="https://github.com/1234567Yang/cf-proxy-ex/blob/main/deploy_on_deno_tutorial.md">how to setup a proxy</a><span>. Unless they use white list mode, this can always work.</span>
            <br><br>
            <span>Youtube video unblock: "Thanks" for Russia that they started to invade Ukraine and Google blocked the traffic from Russia, there are a LOT of mirror sites working. You can even <a href="https://github.com/iv-org/invidious">setup</a> one by yourself.</span>
        </h3>
        <p style="font-size:280px !important;width:100%;" class="center">
            ☭
        </p>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3105::6812:230f:8443 · proxy.qjyjq.fun

    2026-01-10 04:42

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 04:42:43 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3952
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=V5pebTzFNEsgFfaFNqK7KmPp4n29uS1PU88TVzqlAx5U2D1JMR7FoM3YIB4WpV7j5WF0WPtP%2FXa4QCrEnJcIo8ytImGjF001GcM%2F3siRlERPRmNlX6z3tGNiHQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb98268085349b9-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <style>
        body{
          background:rgb(150,10,10);
          color:rgb(240,240,0);
        }
        a{
          color:rgb(250,250,180);
        }
        del{
          color:rgb(190,190,190);
        }
        .center{
          text-align:center;
        }
        .important{
          font-weight:bold;
          font-size:27;
        }
        /* my style begins*/
        form[id=urlForm] {
            max-width: 340px;
            min-width: 340px;
            margin: 0 auto;
         }
        input[id=targetUrl] {
            background-color: rgb(240,240,0);
         }
        button[id=jumpButton] {
            background-color: rgb(240,240,0);
         }
      </style>
    </head>
    <body>
        <h3 class="center">
            I made this project because some extreme annoying network filter software in my school, which is notorious "Goguardian", and now it is open source at <a href="https://github.com/1234567Yang/cf-proxy-ex/">https://github.com/1234567Yang/cf-proxy-ex/</a>.
          </h3>
          <br><br><br>
          <ul style="font-size:25;">
          <li class="important">How to use this proxy:<br>
            Type the website you want to go to after the website's url, for example: <br>
            https://the current url/github.com<br>OR<br>https://the current url/https://github.com</li>
          </ul>
            <form id="urlForm" onsubmit="redirectToProxy(event)">
                <fieldset>
                    <legend>Proxy Everything</legend>
                    <label for="targetUrl">TargetUrl: <input type="text" id="targetUrl" placeholder="Enter the target URL here..."></label>
                    <button type="submit" id="jumpButton">Jump!</button>
                </fieldset>
            </form>
            <script>
                function redirectToProxy(event) {
                    event.preventDefault();
                    const targetUrl = document.getElementById('targetUrl').value.trim();
                    const currentOrigin = window.location.origin;
                    window.open(currentOrigin + '/' + targetUrl, '_blank');
                }
            </script>
          <ul>
            <li>If your browser show 400 bad request, please clear your browser cookie<br></li>
            <li>Why I make this:<br> Because school blcok every website that I can find math / CS and other subjects' study material and question solutions. In the eyes of the school, China (and some other countries) seems to be outside the scope of this "world". They block access to server IP addresses in China and block access to Chinese search engines and video websites. Of course, some commonly used social software has also been blocked, which once made it impossible for me to send messages to my parents on campus. I don't think that's how it should be, so I'm going to fight it as hard as I can. I believe this will not only benefit myself, but a lot more people can get benefits.</li>
            <li>If this website is blocked by your school: Setup a new one by your self.</li>
            <li>Limitation:<br>Although I tried my best to make every website proxiable, there still might be pages or resources that can not be load, and the most important part is that <span class="important">YOU SHOULD NEVER LOGIN ANY ACCOUNT VIA ONLINE PROXY</span>.</li>
          </ul>
    
        <h3>
            <br>
            <span>Bypass the network blockade:</span>
            <br><br>
            <span>Traditional VPNs.</span>
            <br><br>
            <span>Bypass by proxy: You can buy a domain($1) and setup by yourself: </span><a href="https://github.com/1234567Yang/cf-proxy-ex/blob/main/deploy_on_deno_tutorial.md">how to setup a proxy</a><span>. Unless they use white list mode, this can always work.</span>
            <br><br>
            <span>Youtube video unblock: "Thanks" for Russia that they started to invade Ukraine and Google blocked the traffic from Russia, there are a LOT of mirror sites working. You can even <a href="https://github.com/iv-org/invidious">setup</a> one by yourself.</span>
        </h3>
        <p style="font-size:280px !important;width:100%;" class="center">
            ☭
        </p>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3105::6812:230f:80 · proxy.qjyjq.fun

    2026-01-10 04:42

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 04:42:43 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3952
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QRLCCHnjU1cSfaKFP27ag%2F5dG5g2zJAvOlN02DA57I19rb1yqzeR6EK5weNX5P4LqQtUmT4T%2BAAG8V17QgRN4s39hyKLRLHmWmr5dnyYYWWfmL2XVA3vucVk0g%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb98267c8e9bb38-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <style>
        body{
          background:rgb(150,10,10);
          color:rgb(240,240,0);
        }
        a{
          color:rgb(250,250,180);
        }
        del{
          color:rgb(190,190,190);
        }
        .center{
          text-align:center;
        }
        .important{
          font-weight:bold;
          font-size:27;
        }
        /* my style begins*/
        form[id=urlForm] {
            max-width: 340px;
            min-width: 340px;
            margin: 0 auto;
         }
        input[id=targetUrl] {
            background-color: rgb(240,240,0);
         }
        button[id=jumpButton] {
            background-color: rgb(240,240,0);
         }
      </style>
    </head>
    <body>
        <h3 class="center">
            I made this project because some extreme annoying network filter software in my school, which is notorious "Goguardian", and now it is open source at <a href="https://github.com/1234567Yang/cf-proxy-ex/">https://github.com/1234567Yang/cf-proxy-ex/</a>.
          </h3>
          <br><br><br>
          <ul style="font-size:25;">
          <li class="important">How to use this proxy:<br>
            Type the website you want to go to after the website's url, for example: <br>
            https://the current url/github.com<br>OR<br>https://the current url/https://github.com</li>
          </ul>
            <form id="urlForm" onsubmit="redirectToProxy(event)">
                <fieldset>
                    <legend>Proxy Everything</legend>
                    <label for="targetUrl">TargetUrl: <input type="text" id="targetUrl" placeholder="Enter the target URL here..."></label>
                    <button type="submit" id="jumpButton">Jump!</button>
                </fieldset>
            </form>
            <script>
                function redirectToProxy(event) {
                    event.preventDefault();
                    const targetUrl = document.getElementById('targetUrl').value.trim();
                    const currentOrigin = window.location.origin;
                    window.open(currentOrigin + '/' + targetUrl, '_blank');
                }
            </script>
          <ul>
            <li>If your browser show 400 bad request, please clear your browser cookie<br></li>
            <li>Why I make this:<br> Because school blcok every website that I can find math / CS and other subjects' study material and question solutions. In the eyes of the school, China (and some other countries) seems to be outside the scope of this "world". They block access to server IP addresses in China and block access to Chinese search engines and video websites. Of course, some commonly used social software has also been blocked, which once made it impossible for me to send messages to my parents on campus. I don't think that's how it should be, so I'm going to fight it as hard as I can. I believe this will not only benefit myself, but a lot more people can get benefits.</li>
            <li>If this website is blocked by your school: Setup a new one by your self.</li>
            <li>Limitation:<br>Although I tried my best to make every website proxiable, there still might be pages or resources that can not be load, and the most important part is that <span class="important">YOU SHOULD NEVER LOGIN ANY ACCOUNT VIA ONLINE PROXY</span>.</li>
          </ul>
    
        <h3>
            <br>
            <span>Bypass the network blockade:</span>
            <br><br>
            <span>Traditional VPNs.</span>
            <br><br>
            <span>Bypass by proxy: You can buy a domain($1) and setup by yourself: </span><a href="https://github.com/1234567Yang/cf-proxy-ex/blob/main/deploy_on_deno_tutorial.md">how to setup a proxy</a><span>. Unless they use white list mode, this can always work.</span>
            <br><br>
            <span>Youtube video unblock: "Thanks" for Russia that they started to invade Ukraine and Google blocked the traffic from Russia, there are a LOT of mirror sites working. You can even <a href="https://github.com/iv-org/invidious">setup</a> one by yourself.</span>
        </h3>
        <p style="font-size:280px !important;width:100%;" class="center">
            ☭
        </p>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 172.64.144.82:443 · proxy.qjyjq.fun

    2026-01-10 04:42

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 04:42:43 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3952
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xikCikfUnasve8REQFpxElxsljo1oTJtmnFU63GU6y7m3F%2B9qX4MJ8KoY9wnLLlzp%2FzW7k3uESRAiVPMLgj4nhnIHZzYkW34%2FuZ2ZKoqbA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb982679d779f69-AMS
    alt-svc: h3=":443"; ma=86400
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <style>
        body{
          background:rgb(150,10,10);
          color:rgb(240,240,0);
        }
        a{
          color:rgb(250,250,180);
        }
        del{
          color:rgb(190,190,190);
        }
        .center{
          text-align:center;
        }
        .important{
          font-weight:bold;
          font-size:27;
        }
        /* my style begins*/
        form[id=urlForm] {
            max-width: 340px;
            min-width: 340px;
            margin: 0 auto;
         }
        input[id=targetUrl] {
            background-color: rgb(240,240,0);
         }
        button[id=jumpButton] {
            background-color: rgb(240,240,0);
         }
      </style>
    </head>
    <body>
        <h3 class="center">
            I made this project because some extreme annoying network filter software in my school, which is notorious "Goguardian", and now it is open source at <a href="https://github.com/1234567Yang/cf-proxy-ex/">https://github.com/1234567Yang/cf-proxy-ex/</a>.
          </h3>
          <br><br><br>
          <ul style="font-size:25;">
          <li class="important">How to use this proxy:<br>
            Type the website you want to go to after the website's url, for example: <br>
            https://the current url/github.com<br>OR<br>https://the current url/https://github.com</li>
          </ul>
            <form id="urlForm" onsubmit="redirectToProxy(event)">
                <fieldset>
                    <legend>Proxy Everything</legend>
                    <label for="targetUrl">TargetUrl: <input type="text" id="targetUrl" placeholder="Enter the target URL here..."></label>
                    <button type="submit" id="jumpButton">Jump!</button>
                </fieldset>
            </form>
            <script>
                function redirectToProxy(event) {
                    event.preventDefault();
                    const targetUrl = document.getElementById('targetUrl').value.trim();
                    const currentOrigin = window.location.origin;
                    window.open(currentOrigin + '/' + targetUrl, '_blank');
                }
            </script>
          <ul>
            <li>If your browser show 400 bad request, please clear your browser cookie<br></li>
            <li>Why I make this:<br> Because school blcok every website that I can find math / CS and other subjects' study material and question solutions. In the eyes of the school, China (and some other countries) seems to be outside the scope of this "world". They block access to server IP addresses in China and block access to Chinese search engines and video websites. Of course, some commonly used social software has also been blocked, which once made it impossible for me to send messages to my parents on campus. I don't think that's how it should be, so I'm going to fight it as hard as I can. I believe this will not only benefit myself, but a lot more people can get benefits.</li>
            <li>If this website is blocked by your school: Setup a new one by your self.</li>
            <li>Limitation:<br>Although I tried my best to make every website proxiable, there still might be pages or resources that can not be load, and the most important part is that <span class="important">YOU SHOULD NEVER LOGIN ANY ACCOUNT VIA ONLINE PROXY</span>.</li>
          </ul>
    
        <h3>
            <br>
            <span>Bypass the network blockade:</span>
            <br><br>
            <span>Traditional VPNs.</span>
            <br><br>
            <span>Bypass by proxy: You can buy a domain($1) and setup by yourself: </span><a href="https://github.com/1234567Yang/cf-proxy-ex/blob/main/deploy_on_deno_tutorial.md">how to setup a proxy</a><span>. Unless they use white list mode, this can always work.</span>
            <br><br>
            <span>Youtube video unblock: "Thanks" for Russia that they started to invade Ukraine and Google blocked the traffic from Russia, there are a LOT of mirror sites working. You can even <a href="https://github.com/iv-org/invidious">setup</a> one by yourself.</span>
        </h3>
        <p style="font-size:280px !important;width:100%;" class="center">
            ☭
        </p>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.18.43.174:80 · proxy.qjyjq.fun

    2026-01-10 04:42

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 04:42:43 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3952
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=eB1ckjgDxBvpnJd94sHxxhIam824mlDsAlTLfkPhfv1m6%2Fcw2GQhDzbu0807e%2BZZIowQDiYk7UthzYaKD8x3W8Cn6D1B%2F9s4%2F8BawxEARA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb98267db19918f-FRA
    alt-svc: h3=":443"; ma=86400
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <style>
        body{
          background:rgb(150,10,10);
          color:rgb(240,240,0);
        }
        a{
          color:rgb(250,250,180);
        }
        del{
          color:rgb(190,190,190);
        }
        .center{
          text-align:center;
        }
        .important{
          font-weight:bold;
          font-size:27;
        }
        /* my style begins*/
        form[id=urlForm] {
            max-width: 340px;
            min-width: 340px;
            margin: 0 auto;
         }
        input[id=targetUrl] {
            background-color: rgb(240,240,0);
         }
        button[id=jumpButton] {
            background-color: rgb(240,240,0);
         }
      </style>
    </head>
    <body>
        <h3 class="center">
            I made this project because some extreme annoying network filter software in my school, which is notorious "Goguardian", and now it is open source at <a href="https://github.com/1234567Yang/cf-proxy-ex/">https://github.com/1234567Yang/cf-proxy-ex/</a>.
          </h3>
          <br><br><br>
          <ul style="font-size:25;">
          <li class="important">How to use this proxy:<br>
            Type the website you want to go to after the website's url, for example: <br>
            https://the current url/github.com<br>OR<br>https://the current url/https://github.com</li>
          </ul>
            <form id="urlForm" onsubmit="redirectToProxy(event)">
                <fieldset>
                    <legend>Proxy Everything</legend>
                    <label for="targetUrl">TargetUrl: <input type="text" id="targetUrl" placeholder="Enter the target URL here..."></label>
                    <button type="submit" id="jumpButton">Jump!</button>
                </fieldset>
            </form>
            <script>
                function redirectToProxy(event) {
                    event.preventDefault();
                    const targetUrl = document.getElementById('targetUrl').value.trim();
                    const currentOrigin = window.location.origin;
                    window.open(currentOrigin + '/' + targetUrl, '_blank');
                }
            </script>
          <ul>
            <li>If your browser show 400 bad request, please clear your browser cookie<br></li>
            <li>Why I make this:<br> Because school blcok every website that I can find math / CS and other subjects' study material and question solutions. In the eyes of the school, China (and some other countries) seems to be outside the scope of this "world". They block access to server IP addresses in China and block access to Chinese search engines and video websites. Of course, some commonly used social software has also been blocked, which once made it impossible for me to send messages to my parents on campus. I don't think that's how it should be, so I'm going to fight it as hard as I can. I believe this will not only benefit myself, but a lot more people can get benefits.</li>
            <li>If this website is blocked by your school: Setup a new one by your self.</li>
            <li>Limitation:<br>Although I tried my best to make every website proxiable, there still might be pages or resources that can not be load, and the most important part is that <span class="important">YOU SHOULD NEVER LOGIN ANY ACCOUNT VIA ONLINE PROXY</span>.</li>
          </ul>
    
        <h3>
            <br>
            <span>Bypass the network blockade:</span>
            <br><br>
            <span>Traditional VPNs.</span>
            <br><br>
            <span>Bypass by proxy: You can buy a domain($1) and setup by yourself: </span><a href="https://github.com/1234567Yang/cf-proxy-ex/blob/main/deploy_on_deno_tutorial.md">how to setup a proxy</a><span>. Unless they use white list mode, this can always work.</span>
            <br><br>
            <span>Youtube video unblock: "Thanks" for Russia that they started to invade Ukraine and Google blocked the traffic from Russia, there are a LOT of mirror sites working. You can even <a href="https://github.com/iv-org/invidious">setup</a> one by yourself.</span>
        </h3>
        <p style="font-size:280px !important;width:100%;" class="center">
            ☭
        </p>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3105::6812:230f:443 · proxy.qjyjq.fun

    2026-01-10 04:42

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 04:42:43 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3952
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=H%2FX9JnZgvE7%2FHsrTWou%2BkUiCuEYxTIClbg%2B3P7E5PlXuicLIZGVOONimq68T9lOla%2BwiMzQArrfGWtMPFmT6SkNY3fVf8VMhPIcHs20YGSDi%2FEqIXycv10Ea9w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb982678bbcb911-EWR
    alt-svc: h3=":443"; ma=86400
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <style>
        body{
          background:rgb(150,10,10);
          color:rgb(240,240,0);
        }
        a{
          color:rgb(250,250,180);
        }
        del{
          color:rgb(190,190,190);
        }
        .center{
          text-align:center;
        }
        .important{
          font-weight:bold;
          font-size:27;
        }
        /* my style begins*/
        form[id=urlForm] {
            max-width: 340px;
            min-width: 340px;
            margin: 0 auto;
         }
        input[id=targetUrl] {
            background-color: rgb(240,240,0);
         }
        button[id=jumpButton] {
            background-color: rgb(240,240,0);
         }
      </style>
    </head>
    <body>
        <h3 class="center">
            I made this project because some extreme annoying network filter software in my school, which is notorious "Goguardian", and now it is open source at <a href="https://github.com/1234567Yang/cf-proxy-ex/">https://github.com/1234567Yang/cf-proxy-ex/</a>.
          </h3>
          <br><br><br>
          <ul style="font-size:25;">
          <li class="important">How to use this proxy:<br>
            Type the website you want to go to after the website's url, for example: <br>
            https://the current url/github.com<br>OR<br>https://the current url/https://github.com</li>
          </ul>
            <form id="urlForm" onsubmit="redirectToProxy(event)">
                <fieldset>
                    <legend>Proxy Everything</legend>
                    <label for="targetUrl">TargetUrl: <input type="text" id="targetUrl" placeholder="Enter the target URL here..."></label>
                    <button type="submit" id="jumpButton">Jump!</button>
                </fieldset>
            </form>
            <script>
                function redirectToProxy(event) {
                    event.preventDefault();
                    const targetUrl = document.getElementById('targetUrl').value.trim();
                    const currentOrigin = window.location.origin;
                    window.open(currentOrigin + '/' + targetUrl, '_blank');
                }
            </script>
          <ul>
            <li>If your browser show 400 bad request, please clear your browser cookie<br></li>
            <li>Why I make this:<br> Because school blcok every website that I can find math / CS and other subjects' study material and question solutions. In the eyes of the school, China (and some other countries) seems to be outside the scope of this "world". They block access to server IP addresses in China and block access to Chinese search engines and video websites. Of course, some commonly used social software has also been blocked, which once made it impossible for me to send messages to my parents on campus. I don't think that's how it should be, so I'm going to fight it as hard as I can. I believe this will not only benefit myself, but a lot more people can get benefits.</li>
            <li>If this website is blocked by your school: Setup a new one by your self.</li>
            <li>Limitation:<br>Although I tried my best to make every website proxiable, there still might be pages or resources that can not be load, and the most important part is that <span class="important">YOU SHOULD NEVER LOGIN ANY ACCOUNT VIA ONLINE PROXY</span>.</li>
          </ul>
    
        <h3>
            <br>
            <span>Bypass the network blockade:</span>
            <br><br>
            <span>Traditional VPNs.</span>
            <br><br>
            <span>Bypass by proxy: You can buy a domain($1) and setup by yourself: </span><a href="https://github.com/1234567Yang/cf-proxy-ex/blob/main/deploy_on_deno_tutorial.md">how to setup a proxy</a><span>. Unless they use white list mode, this can always work.</span>
            <br><br>
            <span>Youtube video unblock: "Thanks" for Russia that they started to invade Ukraine and Google blocked the traffic from Russia, there are a LOT of mirror sites working. You can even <a href="https://github.com/iv-org/invidious">setup</a> one by yourself.</span>
        </h3>
        <p style="font-size:280px !important;width:100%;" class="center">
            ☭
        </p>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 172.64.144.82:80 · proxy.qjyjq.fun

    2026-01-10 04:42

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 04:42:43 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 3952
    Connection: close
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tFjcxrCpFpx2EXtEiB16nYFiz8HDaJV7EPzI4tz6WiOs5WobyHufk%2Fqybncrb3IJj73YBpKlFOZndo7ZCPi8VNi%2FloDrBWUMtf%2FD0xKYbA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb9826779a4c3f3-EWR
    alt-svc: h3=":443"; ma=86400
    
    
    
    <!DOCTYPE html>
    <html>
    <head>
      <style>
        body{
          background:rgb(150,10,10);
          color:rgb(240,240,0);
        }
        a{
          color:rgb(250,250,180);
        }
        del{
          color:rgb(190,190,190);
        }
        .center{
          text-align:center;
        }
        .important{
          font-weight:bold;
          font-size:27;
        }
        /* my style begins*/
        form[id=urlForm] {
            max-width: 340px;
            min-width: 340px;
            margin: 0 auto;
         }
        input[id=targetUrl] {
            background-color: rgb(240,240,0);
         }
        button[id=jumpButton] {
            background-color: rgb(240,240,0);
         }
      </style>
    </head>
    <body>
        <h3 class="center">
            I made this project because some extreme annoying network filter software in my school, which is notorious "Goguardian", and now it is open source at <a href="https://github.com/1234567Yang/cf-proxy-ex/">https://github.com/1234567Yang/cf-proxy-ex/</a>.
          </h3>
          <br><br><br>
          <ul style="font-size:25;">
          <li class="important">How to use this proxy:<br>
            Type the website you want to go to after the website's url, for example: <br>
            https://the current url/github.com<br>OR<br>https://the current url/https://github.com</li>
          </ul>
            <form id="urlForm" onsubmit="redirectToProxy(event)">
                <fieldset>
                    <legend>Proxy Everything</legend>
                    <label for="targetUrl">TargetUrl: <input type="text" id="targetUrl" placeholder="Enter the target URL here..."></label>
                    <button type="submit" id="jumpButton">Jump!</button>
                </fieldset>
            </form>
            <script>
                function redirectToProxy(event) {
                    event.preventDefault();
                    const targetUrl = document.getElementById('targetUrl').value.trim();
                    const currentOrigin = window.location.origin;
                    window.open(currentOrigin + '/' + targetUrl, '_blank');
                }
            </script>
          <ul>
            <li>If your browser show 400 bad request, please clear your browser cookie<br></li>
            <li>Why I make this:<br> Because school blcok every website that I can find math / CS and other subjects' study material and question solutions. In the eyes of the school, China (and some other countries) seems to be outside the scope of this "world". They block access to server IP addresses in China and block access to Chinese search engines and video websites. Of course, some commonly used social software has also been blocked, which once made it impossible for me to send messages to my parents on campus. I don't think that's how it should be, so I'm going to fight it as hard as I can. I believe this will not only benefit myself, but a lot more people can get benefits.</li>
            <li>If this website is blocked by your school: Setup a new one by your self.</li>
            <li>Limitation:<br>Although I tried my best to make every website proxiable, there still might be pages or resources that can not be load, and the most important part is that <span class="important">YOU SHOULD NEVER LOGIN ANY ACCOUNT VIA ONLINE PROXY</span>.</li>
          </ul>
    
        <h3>
            <br>
            <span>Bypass the network blockade:</span>
            <br><br>
            <span>Traditional VPNs.</span>
            <br><br>
            <span>Bypass by proxy: You can buy a domain($1) and setup by yourself: </span><a href="https://github.com/1234567Yang/cf-proxy-ex/blob/main/deploy_on_deno_tutorial.md">how to setup a proxy</a><span>. Unless they use white list mode, this can always work.</span>
            <br><br>
            <span>Youtube video unblock: "Thanks" for Russia that they started to invade Ukraine and Google blocked the traffic from Russia, there are a LOT of mirror sites working. You can even <a href="https://github.com/iv-org/invidious">setup</a> one by yourself.</span>
        </h3>
        <p style="font-size:280px !important;width:100%;" class="center">
            ☭
        </p>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
qjyjq.funproxy.qjyjq.fun
CN:
qjyjq.fun
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-10 03:42
Not after:
2026-04-10 04:42