mirror of https://github.com/wulabing/Xray_onekey
修改伪装内容为3D元素周期表
parent
f8ef26ec98
commit
4dd1c9995f
|
@ -98,7 +98,7 @@ bash <(curl -L -s https://raw.githubusercontent.com/wulabing/V2Ray_ws-tls_bash_o
|
|||
(其他的应该不用我多说了吧 嘿嘿嘿)
|
||||
### 相关目录
|
||||
|
||||
Web 目录:`/home/wwwroot/levis`
|
||||
Web 目录:`/home/wwwroot/3DCEList`
|
||||
|
||||
V2ray 服务端配置:`/etc/v2ray/config.json`
|
||||
|
||||
|
|
|
@ -201,7 +201,7 @@ modify_nginx(){
|
|||
web_camouflage(){
|
||||
##请注意 这里和LNMP脚本的默认路径冲突,千万不要在安装了LNMP的环境下使用本脚本,否则后果自负
|
||||
rm -rf /home/wwwroot && mkdir -p /home/wwwroot && cd /home/wwwroot
|
||||
git clone https://github.com/eyebluecn/levis.git
|
||||
git clone https://github.com/wulabing/3DCEList.git
|
||||
judge "web 站点伪装"
|
||||
}
|
||||
v2ray_install(){
|
||||
|
@ -375,7 +375,7 @@ nginx_conf_add(){
|
|||
ssl_ciphers TLS13-AES-256-GCM-SHA384:TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-128-GCM-SHA256:TLS13-AES-128-CCM-8-SHA256:TLS13-AES-128-CCM-SHA256:EECDH+CHACHA20:EECDH+CHACHA20-draft:EECDH+ECDSA+AES128:EECDH+aRSA+AES128:RSA+AES128:EECDH+ECDSA+AES256:EECDH+aRSA+AES256:RSA+AES256:EECDH+ECDSA+3DES:EECDH+aRSA+3DES:RSA+3DES:!MD5;
|
||||
server_name serveraddr.com;
|
||||
index index.html index.htm;
|
||||
root /home/wwwroot/levis;
|
||||
root /home/wwwroot/3DCEList;
|
||||
error_page 400 = /400.html;
|
||||
location /ray/
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue