From a43b59534739ac9d0b225201480381bf6f999d99 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 9 May 2018 22:57:34 +0200 Subject: [PATCH] Do not log requesting IP Signed-off-by: Knut Ahlers --- Corefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Corefile b/Corefile index c9389f1..a0498e6 100644 --- a/Corefile +++ b/Corefile @@ -6,5 +6,7 @@ forward . 127.0.0.1:1053 errors - log + + # Default log format with stripped IP:Port prefix + log . "[{when}] {>id} "{type} {class} {name} {proto} {size} {>do} {>bufsize}" {rcode} {>rflags} {rsize} {duration}" }