Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
netptop committed Mar 26, 2024
1 parent 6c25449 commit 442a859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ git clone https://your-proxy-domain.name/user-your-password/https/github.com/the
### 部署到cloudflare_worker
- 假设你的域名已经管理在cloudflare名下;
- git clone本项目,并使用文本编辑器打开build/worker.js (不用git clone,直接下载这个文件也可以)
- 搜索http://localhost:5006字符串,将它替换为你的代理网站域名,比如https://your-proxy-domain.name
- 搜索```http://localhost:5006```字符串,将它替换为你的代理网站域名,比如```https://your-proxy-domain.name```
- 同时搜索user22334455,将其修改为你自己想设置的密码。
- 创建一个worker,并编辑worker,将上一步编辑过的worker.js拷贝粘贴到worker里面,保存部署。
- 在Workers & Pages页面,打开刚才保存的worker,点顶部的'触发器', 之后'添加自定义域', 设置为你的代理域名。自定义域名设置成功后,dns页面下面显示对应的dns类型应该是worker。
- 现在可以直接访问https://your-proxy-domain.name/user-your-password/, 最后的斜杠不能少。注意这里的域名和密码替换为你自己的域名和密码。
- 现在可以直接访问```https://your-proxy-domain.name/user-your-password/```, 最后的斜杠不能少。注意这里的域名和密码替换为你自己的域名和密码。

### 部署到vps或者云服务器
```
Expand Down

0 comments on commit 442a859

Please sign in to comment.