Merge pull request #862 from pi-hole/add_restart

Add forgotten restart command to unbound documentation
This commit is contained in:
yubiuser
2023-05-20 14:19:39 +02:00
committed by GitHub
+6
View File
@@ -211,6 +211,12 @@ sudo sed -Ei 's/^unbound_conf=/#unbound_conf=/' /etc/resolvconf.conf
sudo rm /etc/unbound/unbound.conf.d/resolvconf_resolvers.conf
```
Restart `unbound`.
```bash
sudo service unbound restart
```
### Add logging to unbound
!!! warning