From 5f1a87f8c2ba325d6ab4685d931a8d67a9a10e35 Mon Sep 17 00:00:00 2001
From: mack-a <57424792+mack-a@users.noreply.github.com>
Date: Fri, 24 Jul 2020 17:51:32 +0800
Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=B6=E7=9A=84=E5=86=85=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
install.sh | 10 ++++++++--
optimize_V2Ray.md | 26 ++++++++++++++++++++++++--
2 files changed, 32 insertions(+), 4 deletions(-)
diff --git a/install.sh b/install.sh
index 371436d..c43f20f 100644
--- a/install.sh
+++ b/install.sh
@@ -101,7 +101,12 @@ installTools(){
echoContent skyBlue "检查、安装工具包:"
echoContent green " 更新中,等耐心等待,时间可能比较久"
+ # if [[ "${release}" = "centos" ]]
+ # then
+ # yum-complete-transaction --cleanup-only
+ # fi
${upgrade} > /dev/null
+
rm -rf /var/run/yum.pid
echoContent green "更新完毕"
@@ -334,7 +339,7 @@ reInstallTLS(){
}
# V2Ray
installV2Ray(){
- if [[ -z `find /tmp -name "v2ray*"` ]]
+ if [[ -z `find /tmp -name "v2ray"` ]] && [[ -z `find /tmp -name "v2ctl"` ]]
then
if [[ -z `find /usr/bin/ -name "v2ray*"` ]]
then
@@ -677,9 +682,10 @@ init(){
installNginx
elif [[ "${installStatus}" = "2" ]]
then
+ rm -rf /usr/bin/v2ray
rm -rf /tmp/v2ray
rm -rf /tmp/tls
- rm -rf /etc/v2ray/usersv2ray.conf
+ rm -rf /etc/v2ray
installTools
installNginx
elif [[ "${installStatus}" = "3" ]]
diff --git a/optimize_V2Ray.md b/optimize_V2Ray.md
index 23e98d1..107901c 100644
--- a/optimize_V2Ray.md
+++ b/optimize_V2Ray.md
@@ -386,6 +386,29 @@ mobile.xxx.com. 0 IN A 198.41.214.162
104.16.208.133
```
+- www.sonymusic.com 104.18.18.193
+
+- www.sofi.com 104.16.190.103
+- www.allsaints.com 104.16.34.40
+- corp.sureprep.com 192.124.249.15
+- icook.tw 104.17.46.56
+- raisedonors.com 104.16.69.135
+- poki.com 104.16.208.71
+- www.thredup.com 104.18.22.236
+- zerodha.com 104.16.214.247
+- www.netohq.com 104.18.18.143
+- www.luckyvitamin.com 104.16.210.231
+- www.quintype.com 104.18.94.198
+- www.di.fm 104.16.9.105
+- www.autoanything.com 104.16.18.99
+- www.glossier.com 104.18.182.69
+- flo.health 104.18.23.89
+- www.lastminute.com 104.18.143.27
+- pippa.io 104.18.82.49
+- angel.co 104.18.24.39
+- www.gobear.com 104.18.72.52
+
+
## 5.自动化脚本测试线路【开发中】
## 6.本人使用
@@ -408,5 +431,4 @@ mobile.xxx.com. 0 IN A 198.41.214.162
- URL Path Value填写翻墙的path
- action则为Allow
-
-
+
\ No newline at end of file