Skip to content

Commit

Permalink
updated cloudflare installation guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
netptop committed Mar 5, 2022
1 parent cb575c2 commit 51f65df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ user browser +-------------->+ siteproxy +-------> wikipedia
```
1. register a cloudflare account
2. create a worker in cloudflare, remember worker's sub-domain name, like abcd123.xxxx.workers.dev
3. search build/worker.js in this repo, open it in a text editor, search and replace 'siteproxy.netptop.workers.dev' with your sub-domain name.
3. download https://raw.githubusercontent.com/netptop/siteproxy/master/build/worker.js, open it in a text editor, search and replace 'siteproxy.netptop.workers.dev' with your sub-domain name.
4. edit the worker just created in cloudflare, replace worker's content with content of build/worker.js, save.
5. done.
```
Expand Down

0 comments on commit 51f65df

Please sign in to comment.