Merge pull request #402 from platan/unbound-config-syntax-highlighting

Syntax highlighting in unbound config
This commit is contained in:
DL6ER
2020-10-25 20:20:18 +01:00
committed by GitHub
+2 -2
View File
@@ -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"