Skip to content

Commit

Permalink
Update V2Ray之TLS+WebSocket+Nginx+CDN配置方法.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bannedbook authored Mar 11, 2020
1 parent a8efe74 commit 65da5e1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions v2ss/V2Ray之TLS+WebSocket+Nginx+CDN配置方法.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ http {
## 配置 V2Ray
### 服务器
### V2Ray服务器配置
```javascript
{
Expand Down Expand Up @@ -165,7 +165,7 @@ http {
重启v2ray: service v2ray restart
### 客户端
### V2Ray客户端配置
```javascript
{
Expand Down Expand Up @@ -212,3 +212,9 @@ http {
]
}
```
## 伪装网站和真实网站+加装v2ray
说是伪装,其实我们安装了nginx web服务器,也就是已经安装了一个真正的网站,试试用浏览器打开你的域名,会看到nginx的默认首页。为了隐藏和伪装的更逼真,你可以考虑弄一些英文网页放到vps 的/var/www/html目录下,当然,必须包括一个index.html , 这样会使你的网站看起来更象一个真实的网站。
这一步不是必须,只是为了隐藏和伪装的更好。更往前想一步,如果你已经有一个真正的网站,而网站域名没有被墙,那么完全可以利用本文介绍的方法,在原有的真实网站基础上,开辟一个path,加装V2ray用来翻墙。这就是完全以真实网站为掩护来翻墙了。

0 comments on commit 65da5e1

Please sign in to comment.