更新 SmartDNS 清理缓存

This commit is contained in:
CallMeR
2024-10-08 23:48:01 +08:00
parent 9634a10686
commit 49083bf184
+3
View File
@@ -283,6 +283,9 @@ $ sudo bash /opt/smartdns-plugin.sh
## 关闭 smartdns.service ## 关闭 smartdns.service
$ sudo systemctl stop smartdns.service $ sudo systemctl stop smartdns.service
## 清理缓存
$ sudo rm -rvf /var/cache/smartdns*
## 清理进程标识文件 ## 清理进程标识文件
$ sudo rm -rvf /var/run/smartdns.pid /run/smartdns.pid $ sudo rm -rvf /var/run/smartdns.pid /run/smartdns.pid
``` ```