From 2d00b44cc135686a96d0756c4f40b7f9246b02ef Mon Sep 17 00:00:00 2001 From: netptop Date: Thu, 30 May 2024 21:50:18 +0000 Subject: [PATCH] update README --- README.md | 2 +- README_english.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fe9137..9eea984 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ git clone https://your-proxy-domain.name/user-your-password/https/github.com/the - 搜索```http://localhost:5006```字符串,将它替换为你的代理服务器的域名,比如```https://your-proxy-domain.name```,注意是https - 同时搜索user22334455,将其修改为你自己想设置的密码, 为空时表示不需要密码就可以访问。 - 创建一个worker,并编辑worker,将上一步编辑过的worker.js拷贝粘贴到worker里面,保存部署。 -- 在Workers & Pages页面,打开刚才保存的worker,点顶部的'触发器', 之后'添加自定义域', 设置为你的代理域名。自定义域名设置成功后,dns页面下面显示对应的dns类型应该是worker。 +- 在Workers & Pages页面,打开刚才保存的worker,点顶部的'设置'->'触发器', 之后'添加自定义域', 设置为你的代理域名。自定义域名设置成功后,dns页面下面显示对应的dns类型应该是worker。 - 现在可以直接访问```https://your-proxy-domain.name/user-your-password/```, 最后的斜杠不能少。注意这里的域名和密码替换为你自己的域名和密码。 ### 部署到vps或者云服务器 diff --git a/README_english.md b/README_english.md index 0b9efcc..4d7e7d3 100644 --- a/README_english.md +++ b/README_english.md @@ -35,7 +35,7 @@ git clone https://your-proxy-domain.name/user-your-password/https/github.com/the - Git clone this project and use a text editor to open build/worker.js (you can also download this file directly without cloning) - 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 'Triggers' at the top, then 'Add custom domain', setting it to your proxy domain. +- 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. - 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. ### Deploying to VPS or Cloud Server