From 33496cb00ef996ac97a3ae52b573e05323105f00 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Mon, 23 Aug 2021 21:18:42 +0200 Subject: [PATCH 1/3] Add unbound uninstallation info Signed-off-by: yubiuser --- docs/guides/dns/unbound.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/guides/dns/unbound.md b/docs/guides/dns/unbound.md index 019ed1d..e042804 100644 --- a/docs/guides/dns/unbound.md +++ b/docs/guides/dns/unbound.md @@ -237,3 +237,12 @@ 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 . From 458a8b6892537caff4eeb908e3c0702755bdf73d Mon Sep 17 00:00:00 2001 From: yubiuser Date: Mon, 23 Aug 2021 21:26:09 +0200 Subject: [PATCH 2/3] Add blank line Signed-off-by: yubiuser --- docs/guides/dns/unbound.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/dns/unbound.md b/docs/guides/dns/unbound.md index e042804..4deab02 100644 --- a/docs/guides/dns/unbound.md +++ b/docs/guides/dns/unbound.md @@ -245,4 +245,5 @@ To remove `unbound` from your system run ```bash sudo apt remove unbound ``` + Make sure to switch to another upstream DNS server for Pi-hole . From d29eab7a03c1cb1fe318541e2d356e0fc5eb641e Mon Sep 17 00:00:00 2001 From: DL6ER Date: Mon, 23 Aug 2021 22:04:39 +0200 Subject: [PATCH 3/3] Minor typo --- docs/guides/dns/unbound.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/dns/unbound.md b/docs/guides/dns/unbound.md index 4deab02..9c0ebfa 100644 --- a/docs/guides/dns/unbound.md +++ b/docs/guides/dns/unbound.md @@ -246,4 +246,4 @@ To remove `unbound` from your system run sudo apt remove unbound ``` -Make sure to switch to another upstream DNS server for Pi-hole . +Make sure to switch to another upstream DNS server for Pi-hole.