https://github.com/bh3gei/cloudflareworkerproxy
A Cloudflare Worker-based Proxy, processing and forwarding HTTP(S) requests, enabling clients to access otherwise inaccessible network resources.
https://github.com/bh3gei/cloudflareworkerproxy
cloudflare cloudflare-proxy cloudflare-workers proxy-server web-proxy worker-proxy
Last synced: 2 days ago
JSON representation
A Cloudflare Worker-based Proxy, processing and forwarding HTTP(S) requests, enabling clients to access otherwise inaccessible network resources.
- Host: GitHub
- URL: https://github.com/bh3gei/cloudflareworkerproxy
- Owner: BH3GEI
- Created: 2023-11-12T12:31:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-16T17:32:13.000Z (4 months ago)
- Last Synced: 2025-12-19T19:41:56.376Z (4 months ago)
- Topics: cloudflare, cloudflare-proxy, cloudflare-workers, proxy-server, web-proxy, worker-proxy
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 85
- Watchers: 1
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudflare Worker Proxy
[中文](README_CN.md)
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

## Star History
[](https://www.star-history.com/#BH3GEI/CloudflareWorkerProxy&Date)