更新 SmartDNS 参数

This commit is contained in:
CallMeR
2024-10-08 22:56:27 +08:00
parent e8cb9b14f4
commit 05ba8586ae
3 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ Debian 模板虚拟机已经配置完成,在将其转换为模板前需要对
$ sudo apt clean && sudo apt autoclean && sudo apt autoremove --purge $ sudo apt clean && sudo apt autoclean && sudo apt autoremove --purge
## 清理系统缓存 ## 清理系统缓存
$ sudo rm -rvf /var/cache/apt/* /var/lib/apt/lists/* /tmp/* $ sudo rm -rvf /var/cache/apt/* /var/cache/smartdns/* /var/lib/apt/lists/* /tmp/*
## 清理系统日志 ## 清理系统日志
$ sudo find /var/log/ -type f | xargs sudo rm -rvf $ sudo find /var/log/ -type f | xargs sudo rm -rvf
-2
View File
@@ -332,8 +332,6 @@ $ sudo nvim /etc/smartdns/smartdns.conf
conf-file /etc/smartdns.d/*.conf conf-file /etc/smartdns.d/*.conf
cache-file /tmp/smartdns.cache
log-level notice log-level notice
bind [::]:6053@lo bind [::]:6053@lo
-2
View File
@@ -15,8 +15,6 @@
conf-file /etc/smartdns.d/*.conf conf-file /etc/smartdns.d/*.conf
cache-file /tmp/smartdns.cache
log-level notice log-level notice
bind [::]:6053@lo bind [::]:6053@lo