Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
clayauld committed Mar 31, 2021
1 parent 3ce1190 commit 6e78be0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ sudo apt update
sudo apt -y install unbound stunnel4 ufw software-properties-common dns-root-data
```

### Disable unbound temporarily as it causes an issue with dnsmasq until it is set up properly
### Disable unbound temporarily
Unbound causes an issue with dnsmasq until it is set up properly

```bash
sudo systemctl disable unbound
Expand Down Expand Up @@ -167,8 +168,6 @@ server:
# Level 5 logs client identification for cache misses. Default is
# level 1.
verbosity: 0
# If no logfile is specified, syslog is used
logfile: "/var/log/unbound/unbound.log"

interface: 127.0.0.1
port: 5335
Expand Down Expand Up @@ -311,8 +310,8 @@ server:
log-servfail: no
# Do not print log lines to inform about local zone actions
log-local-actions: no
# Do not print log lines that say why queries return SERVFAIL to clients
logfile: /dev/null
# If no logfile is specified, syslog is used
logfile: "/var/log/unbound/unbound.log"

# Ensure privacy of local IP ranges
private-address: 192.168.0.0/16
Expand Down

0 comments on commit 6e78be0

Please sign in to comment.