mirror of
https://github.com/pi-hole/docs.git
synced 2026-05-26 18:45:18 +01:00
Update docs/guides/dns/unbound.md
Co-authored-by: MichaIng <micha@dietpi.com> Signed-off-by: Nick J Lange <nick.lange@gmail.com>
This commit is contained in:
@@ -219,7 +219,7 @@ sudo systemctl stop unbound-resolvconf.service
|
||||
Disable the file resolvconf_resolvers.conf from being generated when resolvconf is invoked elsewhere.
|
||||
|
||||
```bash
|
||||
sudo cat /etc/resolvconf.conf | sed -E 's/^unbound_conf=(.*)/#unbound_conf=\1/' > /etc/resolvconf.conf
|
||||
sudo sed -Ei 's/^unbound_conf=/#unbound_conf=/' /etc/resolvconf.conf
|
||||
sudo rm /etc/unbound/unbound.conf.d/resolvconf_resolvers.conf
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user