mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-12-20 20:51:18 +00:00
Do not log requesting IP
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0ebf5fa4dd
commit
a43b595347
1 changed files with 3 additions and 1 deletions
4
Corefile
4
Corefile
|
@ -6,5 +6,7 @@
|
||||||
forward . 127.0.0.1:1053
|
forward . 127.0.0.1:1053
|
||||||
|
|
||||||
errors
|
errors
|
||||||
log
|
|
||||||
|
# Default log format with stripped IP:Port prefix
|
||||||
|
log . "[{when}] {>id} "{type} {class} {name} {proto} {size} {>do} {>bufsize}" {rcode} {>rflags} {rsize} {duration}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue