Skip to content

Commit 4e1a354

Browse files
authored
add necessary step (haoel#114)
1 parent 987feea commit 4e1a354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ BBR之后移植入Linux内核4.9版本,并且对于QUIC可用。
178178

179179
[gost](https://github.com/ginuerzh/gost) 是一个非常强的代理服务,它可以设置成 HTTPS 代理,然后把你的服务伪装成一个Web服务器,**我感觉这比其它的流量伪装更好,也更隐蔽。这也是这里强烈推荐的一个方式**
180180

181-
为了更为的隐蔽,你需要一个域名(可以上 GoDaddy,但一定要使用美国版),然后使用 [Let's Encrypt](https://letsencrypt.org) 来签 一个证书。使用 Let's Encrypt 证书你需要在服务器上安装一个 [certbot](https://certbot.eff.org/instructions),点击 [certbot](https://certbot.eff.org/instructions) 这个链接,你可以选择你的服务器,操作系统,然后就跟着指令走吧。
181+
为了更为的隐蔽,你需要一个域名(可以上 GoDaddy,但一定要使用美国版),将域名或一个子域名解析到你的 vps 上,然后使用 [Let's Encrypt](https://letsencrypt.org) 来签 一个证书。使用 Let's Encrypt 证书你需要在服务器上安装一个 [certbot](https://certbot.eff.org/instructions),点击 [certbot](https://certbot.eff.org/instructions) 这个链接,你可以选择你的服务器,操作系统,然后就跟着指令走吧。
182182

183-
接下来,你需要申请一个证书(我们使用standalone的方式,然后,你需要输入你的电子邮件和你的域名):
183+
接下来,你需要申请一个证书(我们使用standalone的方式,然后,你需要输入你的电子邮件和你解析到 vps 的域名):
184184

185185
```shell
186186
$ sudo certbot certonly --standalone

0 commit comments

Comments
 (0)