diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index 060e570..0f2efd9 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -358,6 +358,7 @@ $ sudo nvim /etc/smartdns/smartdns.conf conf-file /etc/smartdns.d/*.conf log-level notice +log-console yes bind [::]:6053@lo bind-tcp [::]:6053@lo diff --git a/src/debian/debian_dns_smartdns.conf b/src/debian/debian_dns_smartdns.conf index de2376d..0bce5e8 100644 --- a/src/debian/debian_dns_smartdns.conf +++ b/src/debian/debian_dns_smartdns.conf @@ -16,6 +16,7 @@ conf-file /etc/smartdns.d/*.conf log-level notice +log-console yes bind [::]:6053@lo bind-tcp [::]:6053@lo