From 423a7affe3fe9172fa271b301ecd9402849af788 Mon Sep 17 00:00:00 2001 From: kepy909 Date: Sat, 27 Nov 2021 19:03:42 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E9=82=AE=E7=AE=B1=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 8dbd03c..9e6872d 100644 --- a/install.sh +++ b/install.sh @@ -193,6 +193,9 @@ EOF systemctl restart nginx.service green "$(date +"%Y-%m-%d %H:%M:%S") - 使用acme.sh申请https证书." curl https://get.acme.sh | sh + blue "输入证书申请邮箱:" + read your_email + ~/.acme.sh/acme.sh --register-account -m $your_email ~/.acme.sh/acme.sh --issue -d $your_domain --webroot /usr/share/nginx/html/ if test -s /root/.acme.sh/$your_domain/fullchain.cer; then green "$(date +"%Y-%m-%d %H:%M:%S") - 申请https证书成功." From 5f84e4e5fc5c423e785c6778786454c88050283f Mon Sep 17 00:00:00 2001 From: kepy909 Date: Sat, 27 Nov 2021 19:53:58 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 9e6872d..b428f24 100644 --- a/install.sh +++ b/install.sh @@ -342,6 +342,7 @@ id:${v2uuid} 底层传输:xtls 跳过证书验证:false } +导入链接:vless://${v2uuid}@${your_domain}:443?security=xtls&flow=xtls-rprx-direct#XTLS_atrandys-${your_domain} EOF green "== 安装完成." From 91e3732268306d5b0b7b62e003cffa6731464613 Mon Sep 17 00:00:00 2001 From: kepy909 Date: Sun, 19 Dec 2021 17:49:15 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b29c19e..729b156 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ - 回落使用nginx,配置wordpress ## install.sh使用 -bash <(curl -Ls https://raw.githubusercontent.com/atrandys/xray/main/install.sh) +bash <(curl -Ls https://raw.githubusercontent.com/kepy909/xray-1/main/install.sh) ## install_wp.sh使用 -bash <(curl -Ls https://raw.githubusercontent.com/atrandys/xray/main/install_wp.sh) +bash <(curl -Ls https://raw.githubusercontent.com/kepy909/xray-1/main/install_wp.sh) ## client使用 - OpenWrt From 2926dda7f8872ee56212df163bf59b35802ef51c Mon Sep 17 00:00:00 2001 From: kepy909 Date: Tue, 28 Dec 2021 15:54:28 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b428f24..d287068 100644 --- a/install.sh +++ b/install.sh @@ -318,8 +318,8 @@ cat > /usr/local/etc/xray/client.json<<-EOF EOF if [ -d "/usr/share/nginx/html/" ]; then cd /usr/share/nginx/html/ && rm -f ./* - wget https://github.com/atrandys/trojan/raw/master/fakesite.zip - unzip -o fakesite.zip + wget https://github.com/HFIProgramming/mikutap/archive/refs/tags/2.0.0.zip + unzip -o 2.0.0.zip fi systemctl enable xray.service sed -i "s/User=nobody/User=root/;" /etc/systemd/system/xray.service From d49fd6517621cbff4d07c17ad2a72d65d8a1f8b4 Mon Sep 17 00:00:00 2001 From: kepy909 Date: Sun, 27 Feb 2022 09:45:25 +0800 Subject: [PATCH 5/5] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d287068..274ee84 100644 --- a/install.sh +++ b/install.sh @@ -319,7 +319,7 @@ EOF if [ -d "/usr/share/nginx/html/" ]; then cd /usr/share/nginx/html/ && rm -f ./* wget https://github.com/HFIProgramming/mikutap/archive/refs/tags/2.0.0.zip - unzip -o 2.0.0.zip + unzip -o mikutap-2.0.0.zip fi systemctl enable xray.service sed -i "s/User=nobody/User=root/;" /etc/systemd/system/xray.service @@ -342,7 +342,7 @@ id:${v2uuid} 底层传输:xtls 跳过证书验证:false } -导入链接:vless://${v2uuid}@${your_domain}:443?security=xtls&flow=xtls-rprx-direct#XTLS_atrandys-${your_domain} +导入链接:vless://${v2uuid}@${your_domain}:443?security=xtls&flow=xtls-rprx-direct#XTLS-${your_domain}-{$real_addr} EOF green "== 安装完成."