update security pages

This commit is contained in:
Nick Peng
2023-11-02 22:27:40 +08:00
parent e5e5c990c0
commit 363be0f9f0
3 changed files with 23 additions and 1 deletions

View File

@@ -38,3 +38,14 @@ user nobody
```shell
bind-tls [::]:853@eth0
```
## 启用审计日志
smartdns可以通过如下配置启用审计日志记录DNS查询请求
```
audit-enable yes
audit-num 16
audit-size 16M
audit-file /var/log/smartdns/smartdns-audit.log
```