From 152dd20cdaf6aeb01252d97f2bb51f4745aad9ab Mon Sep 17 00:00:00 2001 From: netptop Date: Sat, 15 Jun 2024 16:50:26 +0000 Subject: [PATCH] README updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2afebe..68ba314 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ git clone https://your-proxy-domain.name/user-your-password/https/github.com/the ### 部署到cloudflare_worker - 假设你的域名已经管理在cloudflare名下; - 下载[链接](https://raw.githubusercontent.com/netptop/siteproxy/master/build/worker.js), 并使用文本编辑器打开. -- 搜索```http://localhost:5006```字符串,将它替换为你的代理服务器的域名,比如```https://your-proxy-domain.name```,注意是https +- 搜索```http://localhost:5006```字符串,将它替换为你的代理服务器的域名,比如```https://your-proxy-domain.name```,注意修改为https - 同时搜索user22334455,将其修改为你自己想设置的密码, 为空时表示不需要密码就可以访问。 - 创建一个worker,并编辑worker,将上一步编辑过的worker.js拷贝粘贴到worker里面,不要管错误提示,保存部署。 - 在Workers & Pages页面,打开刚才保存的worker,点顶部的'设置'->'触发器', 之后'添加自定义域', 设置为你的代理域名。自定义域名设置成功后,dns页面下面显示对应的dns类型应该是worker。