Skip to content

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

Notifications You must be signed in to change notification settings

BH3GEI/CloudflareWorkerProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

Cloudflare Worker Proxy

中文

Please review the code and change the corresponding domain name and other configurations.

Example of Use

Examples:

https://do.not.use/------https://www.tsukuba.ac.jp/

https://do.not.use/------https://www.jlu.edu.cn/

https://do.not.use/------https://news.ycombinator.com

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

https://do.not.use/

https://do.not.use/

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

Star History

Star History Chart

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages