CloudflareWorkerProxy
A Cloudflare Worker-based Proxy, processing and forwarding HTTP(S) requests, enabling clients to access otherwise inaccessible network resources.
Install / Use
/learn @BH3GEI/CloudflareWorkerProxyREADME
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
- Deploy a worker on Cloudflare.
- Modify the value of
proxyDomainsin the code according to the actual configuration of the worker. - 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
proxyDomainsin your code to fit your own domain name
