Update README.md

Former-commit-id: 5736258de656e04f578617f5a88f780c292a00ae
This commit is contained in:
fscarmen
2021-10-23 04:07:24 +08:00
committed by GitHub
parent 3469d5f8d8
commit 710db71ff6
+2
View File
@@ -2,6 +2,8 @@
* * *
## 更新信息:
2021.10.23 2.06 更新:1)提高脚本适配性,支持 hax VPS
2021.10.15 2.05 更新:1)WGCF自动同步最新的2.2.9; 2)升级了重启后运行 Warp 的处理方法,不再依赖另外的文件。如果之前曾经运行本脚本的,可以输入以下命令删除旧的和升级:`sed -i '/WARP_AutoUp/d' /etc/crontab; grep -qE '^@reboot[ ]*root[ ]*warp[ ]*n' /etc/crontab || echo '@reboot root warp n' >> /etc/crontab; rm -f /etc/wireguard/WARP_AutoUp.sh`
3) 修复 KVM 由免费账户升级为 Warp+ 账户的bug