From 600c07fb478059bbd335a31ef6d8336c81e54ba8 Mon Sep 17 00:00:00 2001 From: KiekerJan Date: Sun, 20 Mar 2022 22:26:50 +0100 Subject: [PATCH] document bind9 replacement --- CHANGELOG.md | 1 + README.md | 1 + setup/system.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ac8cc6..6a57eac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ No features of Mail-in-a-Box have changed in this release, but with the newer ve * certbot is upgraded to 1.21 (via the Ubuntu repository instead of a PPA). * fail2ban is upgraded to 0.11.2. * nginx is upgraded to 1.18. +* bind9 is replaced with unbound In Development -------------- diff --git a/README.md b/README.md index 72159006..61909b95 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Functionality changes and additions Removed older cryptos following internet.nl recommendations * Replace opendkim with dkimpy (https://launchpad.net/dkimpy-milter) Added support for Ed25519 signing +* Replace bind9 with unbound DNS resolver Bug fixes * Munin error report fixed [see github issue](https://github.com/mail-in-a-box/mailinabox/issues/1555) diff --git a/setup/system.sh b/setup/system.sh index 2470c19e..04b3dc0a 100755 --- a/setup/system.sh +++ b/setup/system.sh @@ -315,7 +315,7 @@ fi #NODOC # the public, recursive nameserver `nsd` bound to the public ethernet interfaces. # remove bind9 in case it is still there -apt-get purge -qq -y bind9 +apt-get purge -qq -y bind9 bind9-utils # Install unbound and dns utils (e.g. dig) apt_install unbound python3-unbound bind9-dnsutils