From d3cb2a6e65b41f980e428e426c71f5a9e6d1e9d1 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Tue, 16 Jun 2026 00:53:56 +0200 Subject: [PATCH] Decrease logging of CoreDNS --- mikrotik/coredns/Corefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mikrotik/coredns/Corefile b/mikrotik/coredns/Corefile index 3a49b44..d3ffc2b 100644 --- a/mikrotik/coredns/Corefile +++ b/mikrotik/coredns/Corefile @@ -24,7 +24,9 @@ } cache 300 errors - log + log . { + class error + } } # Our own zone: services have native IPv6 on the HE prefix, keep AAAA. @@ -43,7 +45,9 @@ lumpiasty.xyz:53 { } cache 300 errors - log + log . { + class error + } reload health :8080 }