From 12d4c1c30f270f23f1fde2e59f2bf941f312a43c Mon Sep 17 00:00:00 2001 From: Marcin Mielnicki Date: Fri, 16 Oct 2020 18:06:46 +0200 Subject: [PATCH] Syntax highlighting in unbound config --- docs/guides/unbound.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/unbound.md b/docs/guides/unbound.md index 9c62a6bd..dcdd7be7 100644 --- a/docs/guides/unbound.md +++ b/docs/guides/unbound.md @@ -76,7 +76,7 @@ Highlights: `/etc/unbound/unbound.conf.d/pi-hole.conf`: -```ini +```yaml server: # If no logfile is specified, syslog is used # logfile: "/var/log/unbound/unbound.log" @@ -179,7 +179,7 @@ Level 5 logs client identification for cache misses First, specify the log file and the verbosity level in the `server` part of `/etc/unbound/unbound.conf.d/pi-hole.conf`: -```ini +```yaml server: # If no logfile is specified, syslog is used logfile: "/var/log/unbound/unbound.log"