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
```

View File

@@ -103,7 +103,7 @@ force-qtype-SOA 65
## 为什么smartdns会返回多个IP
SmartDNS在早期版本只会返回一个IP地址这一个IP地址速度最快的这对游戏浏览器都很好但对于一些视频播放软件下载软件则不太友好。这些软件需要更多好的IP地址。
SmartDNS在早期版本只会返回一个IP地址这一个IP地址速度最快的这对游戏浏览器都很好但对于一些视频播放软件下载软件则不太友好。这些软件需要更多好的IP地址。
所以smartdns从37开始支持返回多个优选的IP地址这些优选的IP地址原则是

View File

@@ -38,3 +38,14 @@ Provide services to outside world through a TLS server
```shell
bind-tls [::]:853@eth0
```
## Enable Audit Logging
SmartDNS can enable audit logging to record DNS query requests with the following configuration:
```
audit-enable yes
audit-num 16
audit-size 16M
audit-file /var/log/smartdns/smartdns-audit.log
```