Skip to content

Commit

Permalink
README_english udpates
Browse files Browse the repository at this point in the history
  • Loading branch information
netptop committed Apr 5, 2024
1 parent 40a6b3a commit d29ee5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_english.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ git clone https://your-proxy-domain.name/user-your-password/https/github.com/the

### Deploying to Cloudflare Worker
```
1. Assume your domain is already managed under Cloudflare;
1. Assume your domain is already managed under Cloudflare (in case you want to use your domain name)
2. Git clone this project and use a text editor to open build/worker.js (you can also download this file directly without cloning)
3. Search for the string http://localhost:5006 and replace it with your proxy website domain, such as https://your-proxy-domain.name. Also, search for user22334455 and change it to a password of your choosing.
4. Create a worker and edit it by copying and pasting the modified worker.js into the worker, then save and deploy.
5. On the Workers & Pages page, open the worker you just saved, click 'Triggers' at the top, then 'Add custom domain', setting it to your proxy domain.
5. 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 'Triggers' at the top, then 'Add custom domain', setting it to your proxy domain.
6. Now you can directly access https://your-proxy-domain.name/user-your-password/, don't miss the last '/' please. And please replace the domain and password with your own.
```

Expand Down

0 comments on commit d29ee5f

Please sign in to comment.