From 4ac796e0717ebfa833ff4d5c24b2b59fcac305d9 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 25 May 2020 19:05:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(readme):=20=E4=BF=AE=E6=94=B9=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloudflare_workers.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/cloudflare_workers.md b/cloudflare_workers.md index fde92e6..bd226cc 100644 --- a/cloudflare_workers.md +++ b/cloudflare_workers.md @@ -16,20 +16,19 @@ - 域名的前缀可以自定义 - Plan选择free即可 - 会验证邮箱 - - - + + ## 2.绑定域名 - 1.添加域名 - + - 2.修改域名注册商的Nameserver - + - 3.创建域名解析,这里域名可以直接用能正常访问的服务或者创建新的,如果创建新的并且证书是通配符证书则用新旧域名都无影响,如果不是通配符需要重新生成证书以及配置相关的Nginx服务 - + ## 3.创建Workers - 1.填写Workers的Script为下方内容【hostname部分要修改上方创建的域名解析的域名,比如 workerproxy.v2ray-agent.com 】 @@ -45,8 +44,8 @@ addEventListener( } ) ``` - - + + ## 4.使用 - 1.客户端只需要将address部分修改为上图第二个红框位置的内容即可 \ No newline at end of file