xiaoyu2er / CloudflareWorkerProxy

A Cloudflare Worker-based Proxy, processing and forwarding HTTP(S) requests, enabling clients to access otherwise inaccessible network resources.

Home Page:https://proxy.liyao.space/

Repository from Github https://github.comxiaoyu2er/CloudflareWorkerProxyRepository from Github https://github.comxiaoyu2er/CloudflareWorkerProxy

Cloudflare Worker Proxy

中文

Example of Use

Examples:

https://proxy.liyao.space/------https://www.tsukuba.ac.jp/

https://proxy.liyao.space/------https://www.jlu.edu.cn/

https://proxy.liyao.space/------https://news.ycombinator.com

You can also just visit the site and input the url manually:

https://proxy.liyao.space/

https://webproxy.stratosphericus.workers.dev/

This example link demonstrates a proxy to some simple websites.

Usage Instructions

  1. Deploy a worker on Cloudflare.
  2. Modify the value of proxyDomains in the code according to the actual configuration of the worker.
  3. Click on 'Deploy', then use it following the method in the example of use.

Matters Needing Attention

  • Make sure the routing configuration for Cloudflare Worker is correct
  • Make sure to modify proxyDomains in your code to fit your own domain name

Request-Distribution

image

About

A Cloudflare Worker-based Proxy, processing and forwarding HTTP(S) requests, enabling clients to access otherwise inaccessible network resources.

https://proxy.liyao.space/


Languages

Language:JavaScript 100.0%