document bind9 replacement
This commit is contained in:
parent
0f80d071db
commit
600c07fb47
|
@ -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
|
||||
--------------
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue