mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Merge pull request #555 from yubiuser/unbound_uninstall
Add unbound uninstallation info
This commit is contained in:
@@ -237,3 +237,13 @@ Third, restart unbound:
|
||||
```
|
||||
sudo service unbound restart
|
||||
```
|
||||
|
||||
### Uninstall `unbound`
|
||||
|
||||
To remove `unbound` from your system run
|
||||
|
||||
```bash
|
||||
sudo apt remove unbound
|
||||
```
|
||||
|
||||
Make sure to switch to another upstream DNS server for Pi-hole.
|
||||
|
||||
Reference in New Issue
Block a user