diff --git a/README_CN.md b/README_CN.md
index 6b4836f..b0cf0bf 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -63,8 +63,8 @@ export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && wget -q --n
~**使用低版本wget(提示不支持https)安装**:
```sh
-#Test版本-酱紫表私人http源
-export url='http://sc.qust.me/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
+#Test版本-作者私人http源
+export url='http://shellclash.ga/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
```
~**非root用户安装后**请额外执行以下命令以读取环境变量:
diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz
index af58b9f..9cc5e9e 100644
Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ
diff --git a/bin/version b/bin/version
index ce7088f..8902627 100644
--- a/bin/version
+++ b/bin/version
@@ -2,4 +2,4 @@ clashnet_v=1.7.3
clash_v=1.7.1
clashpre_v=2021.09.15
GeoIP_v=202112030302
-versionsh=1.4.6
+versionsh=1.4.7
diff --git a/scripts/getdate.sh b/scripts/getdate.sh
index bdfb011..c74050c 100644
--- a/scripts/getdate.sh
+++ b/scripts/getdate.sh
@@ -44,8 +44,8 @@ linkserver(){
echo 1 subcon.dlj.tf
echo 2 api.dler.io
echo 3 api.wcc.best
- echo 4 api2.tsutsu.cc
- echo 5 api.v1.mk
+ echo 4 sub.id9.cc
+ echo 5 sub.shellclash.ga
echo -----------------------------------------------
echo 0 返回上级菜单
read -p "请输入对应数字 > " num
@@ -702,7 +702,7 @@ setserver(){
echo -e " 1 \033[32m正式版\033[0m&Jsdelivr-CDN源(推荐)"
echo -e " 2 \033[36m测试版\033[0m&Jsdelivr-CDN源"
echo -e " 3 \033[36m测试版\033[0m&Github源(需开启clash服务)"
- [ -z "$(curl -V 2>/dev/null)" ] && [ -n "$(wget -V 2>&1 | grep BusyBox)" ] && echo -e " 4 \033[33mHttp专用源\033[0m@Qust.me(感谢\033[32m酱紫表\033[0m提供及维护)"
+ [ -z "$(curl -V 2>/dev/null)" ] && [ -n "$(wget -V 2>&1 | grep BusyBox)" ] && echo -e " 4 \033[33mHttp专用源\033[0m"
echo -e " 5 自定义源地址(用于本地源或自建源)"
echo -e " 6 \033[31m版本回退\033[0m"
echo -e " 0 返回上级菜单"
@@ -719,7 +719,7 @@ setserver(){
update_url='https://raw.githubusercontent.com/juewuy/ShellClash/master'
saveserver
elif [ "$num" = 4 ]; then
- update_url='http://sc.qust.me'
+ update_url='http://shellclash.ga'
saveserver
elif [ "$num" = 5 ]; then
echo -----------------------------------------------
diff --git a/scripts/start.sh b/scripts/start.sh
index 03bccb7..dc793c4 100644
--- a/scripts/start.sh
+++ b/scripts/start.sh
@@ -96,8 +96,8 @@ getyaml(){
subcon.dlj.tf
api.dler.io
api.wcc.best
-sub.lpy.pw
sub.id9.cc
+sub.shellclash.ga
EOF`
Config=`sed -n ""$rule_link"p"<