Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
netptop committed Jun 2, 2024
1 parent 6aca1b0 commit aab8922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_english.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ git clone https://your-proxy-domain.name/user-your-password/https/github.com/the

### Deploying to Cloudflare Worker
- Assume your domain is already managed under Cloudflare (in case you want to use your domain name)
- Git clone this project and use a text editor to open build/worker.js (you can also download this file directly, here is the [link](https://raw.githubusercontent.com/netptop/siteproxy/master/build/worker.js)
- Git clone this project and use a text editor to open build/worker.js. You can also download this file directly, here is the [link](https://raw.githubusercontent.com/netptop/siteproxy/master/build/worker.js)
- Search for the string http://localhost:5006 and replace it with your proxy server's domain, such as https://your-proxy-domain.name. Must be https please. Also, search for user22334455 and change it to a password of your choosing, empty password means no password is needed.
- Create a worker and edit it by copying and pasting the modified worker.js into the worker, then save and deploy.
- If you use cloudflare worker domain, skip this step, If you want to use your own domain name, on the Workers & Pages page, open the worker you just saved, click 'Settings'->'Triggers' at the top, then 'Add custom domain', setting it to your proxy domain.
Expand Down

0 comments on commit aab8922

Please sign in to comment.